feat: 콘텐츠 메인 - 새로운 콘텐츠, 큐레이션, 채널별 인기 콘텐츠, 시리즈 상세, 크리에이터 채널 콘텐츠 리스트
- 포인트 사용 가능 여부 표시
This commit is contained in:
@@ -87,6 +87,7 @@ struct GetAudioContentListItem: Decodable {
|
||||
let isRented: Bool
|
||||
let isOwned: Bool
|
||||
let isSoldOut: Bool
|
||||
let isPointAvailable: Bool
|
||||
}
|
||||
|
||||
struct GetCreatorActivitySummary: Decodable {
|
||||
|
||||
@@ -77,7 +77,8 @@ struct UserProfileContentView_Previews: PreviewProvider {
|
||||
isScheduledToOpen: false,
|
||||
isRented: false,
|
||||
isOwned: false,
|
||||
isSoldOut: false
|
||||
isSoldOut: false,
|
||||
isPointAvailable: true
|
||||
)
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user