콘텐츠 메인
- 홈 UI 페이지 생성
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
			
		||||
import Foundation
 | 
			
		||||
 | 
			
		||||
struct GetAudioContentMainResponse: Decodable {
 | 
			
		||||
    let newContentUploadCreatorList: [GetNewContentUploadCreator]
 | 
			
		||||
    let newContentUploadCreatorList: [ContentCreatorResponse]
 | 
			
		||||
    let bannerList: [GetAudioContentBannerResponse]
 | 
			
		||||
    let orderList: [GetAudioContentMainItem]
 | 
			
		||||
    let themeList: [String]
 | 
			
		||||
@@ -33,9 +33,10 @@ struct GetAudioContentRankingItem: Decodable {
 | 
			
		||||
    let duration: String
 | 
			
		||||
    let creatorId: Int
 | 
			
		||||
    let creatorNickname: String
 | 
			
		||||
    let creatorProfileImageUrl: String
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
struct GetNewContentUploadCreator: Decodable {
 | 
			
		||||
struct ContentCreatorResponse: Decodable {
 | 
			
		||||
    let creatorId: Int
 | 
			
		||||
    let creatorNickname: String
 | 
			
		||||
    let creatorProfileImageUrl: String
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user