Files
sodalive-ios/SodaLive/Sources/Content/Main/V2/GetContentCurationResponse.swift
Yu Sung e9e7403579 콘텐츠 메인
- 단편 탭 UI 페이지 생성
2025-02-22 01:43:05 +09:00

12 lines
205 B
Swift

//
// GetContentCurationResponse.swift
// SodaLive
//
// Created by klaus on 2/21/25.
//
struct GetContentCurationResponse: Decodable {
let title: String
let items: [GetAudioContentMainItem]
}