콘텐츠 메인 - 인기 콘텐츠 정렬 추가

This commit is contained in:
Yu Sung
2023-11-03 13:10:51 +09:00
parent 68675ebfe8
commit cf7f1527b7
7 changed files with 125 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ struct GetAudioContentMainResponse: Decodable {
let themeList: [String]
let newContentList: [GetAudioContentMainItem]
let curationList: [GetAudioContentCurationResponse]
let contentRankingSortTypeList: [String]
let contentRanking: GetAudioContentRanking
}