탐색 - 크리에이터 랭킹 UI 추가

This commit is contained in:
Yu Sung
2023-10-14 18:34:10 +09:00
parent 6c8e19aed5
commit 41d5bad46f
6 changed files with 139 additions and 66 deletions

View File

@@ -15,6 +15,7 @@ struct GetExplorerSectionResponse: Decodable, Hashable {
let title: String
let coloredTitle: String?
let color: String?
let desc: String?
let creators: [GetExplorerSectionCreatorResponse]
}