콘텐츠 메인

- 라이브 다시듣기 탭 UI 페이지 생성
This commit is contained in:
Yu Sung
2025-02-22 05:20:55 +09:00
parent 021fbd5294
commit 4df34b7fb6
7 changed files with 242 additions and 6 deletions

View File

@@ -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]
}