콘텐츠 메인 - 숏플, 라이브 다시 듣기 추가
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// GetContentByThemeResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2/14/24.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct GetContentByThemeResponse: Decodable {
|
||||
let theme: String
|
||||
let totalCount: Int
|
||||
let items: [GetAudioContentMainItem]
|
||||
}
|
Reference in New Issue
Block a user