feat(home): 포인트 대여 콘텐츠 섹션 추가

This commit is contained in:
Yu Sung
2025-11-14 00:52:35 +09:00
parent 1f88bcbddc
commit 8bacf363ff
3 changed files with 27 additions and 0 deletions

View File

@@ -19,5 +19,6 @@ struct GetHomeResponse: Decodable {
let contentRanking: [GetAudioContentRankingItem]
let recommendChannelList: [RecommendChannelResponse]
let freeContentList: [AudioContentMainItem]
let pointAvailableContentList: [AudioContentMainItem]
let curationList: [GetContentCurationResponse]
}