refactor: 사용하지 않는 파일 삭제
This commit is contained in:
@@ -7,17 +7,6 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
struct GetAudioContentMainResponse: Decodable {
|
||||
let newContentUploadCreatorList: [ContentCreatorResponse]
|
||||
let bannerList: [GetAudioContentBannerResponse]
|
||||
let orderList: [GetAudioContentMainItem]
|
||||
let themeList: [String]
|
||||
let newContentList: [GetAudioContentMainItem]
|
||||
let curationList: [GetAudioContentCurationResponse]
|
||||
let contentRankingSortTypeList: [String]
|
||||
let contentRanking: GetAudioContentRanking
|
||||
}
|
||||
|
||||
struct GetAudioContentRanking: Decodable {
|
||||
let startDate: String
|
||||
let endDate: String
|
||||
@@ -37,12 +26,6 @@ struct GetAudioContentRankingItem: Decodable {
|
||||
let creatorProfileImageUrl: String
|
||||
}
|
||||
|
||||
struct ContentCreatorResponse: Decodable {
|
||||
let creatorId: Int
|
||||
let creatorNickname: String
|
||||
let creatorProfileImageUrl: String
|
||||
}
|
||||
|
||||
struct GetAudioContentMainItem: Decodable {
|
||||
let contentId: Int
|
||||
let coverImageUrl: String
|
||||
@@ -55,13 +38,6 @@ struct GetAudioContentMainItem: Decodable {
|
||||
let isPointAvailable: Bool
|
||||
}
|
||||
|
||||
struct GetAudioContentCurationResponse: Decodable {
|
||||
let curationId: Int
|
||||
let title: String
|
||||
let description: String
|
||||
let contents: [GetAudioContentMainItem]
|
||||
}
|
||||
|
||||
struct GetAudioContentBannerResponse: Decodable {
|
||||
let type: AudioContentBannerType
|
||||
let thumbnailImageUrl: String
|
||||
|
||||
Reference in New Issue
Block a user