feat: 신규 홈 추가
This commit is contained in:
21
SodaLive/Sources/Home/GetHomeResponse.swift
Normal file
21
SodaLive/Sources/Home/GetHomeResponse.swift
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// GetHomeResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 7/11/25.
|
||||
//
|
||||
|
||||
struct GetHomeResponse: Decodable {
|
||||
let liveList: [GetRoomListResponse]
|
||||
let creatorRanking: [GetExplorerSectionCreatorResponse]
|
||||
let latestContentThemeList: [String]
|
||||
let latestContentList: [AudioContentMainItem]
|
||||
let eventBannerList: GetEventResponse
|
||||
let originalAudioDramaList: [SeriesListItem]
|
||||
let auditionList: [GetAuditionListItem]
|
||||
let dayOfWeekSeriesList: [SeriesListItem]
|
||||
let contentRanking: [GetAudioContentRankingItem]
|
||||
let recommendChannelList: [RecommendChannelResponse]
|
||||
let freeContentList: [AudioContentMainItem]
|
||||
let curationList: [GetContentCurationResponse]
|
||||
}
|
||||
Reference in New Issue
Block a user