크리에이터 콘텐츠 리스트 - 고정 콘텐츠 핀 추가

This commit is contained in:
Yu Sung
2024-01-29 15:28:03 +09:00
parent 12d2c09434
commit 8f62c17971
3 changed files with 9 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ struct GetAudioContentListItem: Decodable {
let duration: String?
let likeCount: Int
let commentCount: Int
let isPin: Bool
let isAdult: Bool
let isScheduledToOpen: Bool
}