fix: 메인 홈 - 이벤트 배너 영역

- 기존 홈 탭 상단에 있는 배너 임시 추가
This commit is contained in:
Yu Sung
2025-07-15 03:31:08 +09:00
parent e39b93b152
commit 8158a910ed
3 changed files with 7 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ struct GetHomeResponse: Decodable {
let creatorRanking: [GetExplorerSectionCreatorResponse]
let latestContentThemeList: [String]
let latestContentList: [AudioContentMainItem]
let bannerList: [GetAudioContentBannerResponse]
let eventBannerList: GetEventResponse
let originalAudioDramaList: [SeriesListItem]
let auditionList: [GetAuditionListItem]