콘텐츠 메인
- 라이브 다시듣기 탭 UI 페이지 생성
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// GetContentMainTabReplayResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2/22/25.
|
||||
//
|
||||
|
||||
struct GetContentMainTabReplayResponse: Decodable {
|
||||
let contentBannerList: [GetAudioContentBannerResponse]
|
||||
let newLiveReplayContentList: [GetAudioContentMainItem]
|
||||
let creatorList: [ContentCreatorResponse]
|
||||
let salesCountRankContentList: [GetAudioContentRankingItem]
|
||||
let eventBannerList: GetEventResponse
|
||||
let curationList: [GetContentCurationResponse]
|
||||
}
|
||||
Reference in New Issue
Block a user