콘텐츠 메인
- 단편 탭 UI 페이지 생성
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// GetContentCurationResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2/21/25.
|
||||
//
|
||||
|
||||
struct GetContentCurationResponse: Decodable {
|
||||
let title: String
|
||||
let items: [GetAudioContentMainItem]
|
||||
}
|
Reference in New Issue
Block a user