feat: 신규 홈 추가
This commit is contained in:
15
SodaLive/Sources/Home/AudioContentMainItem.swift
Normal file
15
SodaLive/Sources/Home/AudioContentMainItem.swift
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user