Files
sodalive-ios/SodaLive/Sources/Content/Main/V2/Alarm/GetContentMainTabAlarmResponse.swift
Yu Sung 53266dc91b 콘텐츠 메인
- 모닝콜 탭 UI 페이지 생성
2025-02-22 04:42:50 +09:00

18 lines
468 B
Swift

//
// GetContentMainTabAlarmResponse.swift
// SodaLive
//
// Created by klaus on 2/22/25.
//
import Foundation
struct GetContentMainTabAlarmResponse: Decodable {
let contentBannerList: [GetAudioContentBannerResponse]
let alarmThemeList: [String]
let newAlarmContentList: [GetAudioContentMainItem]
let rankAlarmContentList: [GetAudioContentRankingItem]
let eventBannerList: GetEventResponse
let curationList: [GetContentCurationResponse]
}