feat: 신규 홈 추가

This commit is contained in:
Yu Sung
2025-07-11 12:18:37 +09:00
parent fca5425e81
commit e121ec1ee4
12 changed files with 492 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
//
// AudioContentMainItem.swift
// SodaLive
//
// Created by klaus on 7/10/25.
//
struct AudioContentMainItem: Decodable {
let contentId: Int
let creatorId: Int
let title: String
let coverImageUrl: String
let creatorNickname: String
let isPointAvailable: Bool
}