콘텐츠 상세 - 콘텐츠 고정/해제 기능 추가

This commit is contained in:
Yu Sung
2024-01-29 15:22:45 +09:00
parent bd818918f3
commit 12d2c09434
14 changed files with 318 additions and 5 deletions

View File

@@ -32,6 +32,8 @@ struct GetAudioContentDetailResponse: Decodable {
let likeCount: Int
let commentList: [GetAudioContentCommentListItem]
let commentCount: Int
let isPin: Bool
let isAvailablePin: Bool
let creator: AudioContentCreator
}