콘텐츠 메인
- 무료 탭 UI 페이지 생성
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// GetContentMainTabFreeResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2/22/25.
|
||||
//
|
||||
|
||||
struct GetContentMainTabFreeResponse: Decodable {
|
||||
let contentBannerList: [GetAudioContentBannerResponse]
|
||||
let introduceCreator: GetContentCurationResponse?
|
||||
let recommendSeriesList: [GetRecommendSeriesListResponse]
|
||||
let themeList: [String]
|
||||
let newFreeContentList: [GetAudioContentMainItem]
|
||||
let creatorList: [ContentCreatorResponse]
|
||||
let playCountRankContentList: [GetAudioContentRankingItem]
|
||||
let curationList: [GetContentCurationResponse]
|
||||
}
|
||||
Reference in New Issue
Block a user