새로운 콘텐츠 전체보기 페이지 추가
This commit is contained in:
11
SodaLive/Sources/Content/All/GetNewContentAllResponse.swift
Normal file
11
SodaLive/Sources/Content/All/GetNewContentAllResponse.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// GetNewContentAllResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/09/27.
|
||||
//
|
||||
|
||||
struct GetNewContentAllResponse: Decodable {
|
||||
let totalCount: Int
|
||||
let items: [GetAudioContentMainItem]
|
||||
}
|
Reference in New Issue
Block a user