feat(home): 홈 추천 콘텐츠 섹션 추가

This commit is contained in:
Yu Sung
2025-11-14 01:24:20 +09:00
parent 0902b1fe30
commit 0fd49a71f6
6 changed files with 106 additions and 2 deletions

View File

@@ -20,4 +20,5 @@ struct GetHomeResponse: Decodable {
let recommendChannelList: [RecommendChannelResponse]
let freeContentList: [AudioContentMainItem]
let pointAvailableContentList: [AudioContentMainItem]
let recommendContentList: [AudioContentMainItem]
}