refactor: 사용하지 않는 파일 삭제

This commit is contained in:
Yu Sung
2026-03-18 19:45:45 +09:00
parent 8b102905ad
commit 0a22f87acc
48 changed files with 41 additions and 4376 deletions

View File

@@ -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