라이브 상세 - 제목 왼쪽에 19금 표시 추가

This commit is contained in:
Yu Sung
2023-08-21 04:08:12 +09:00
parent 550bf0c1c7
commit 3ab5735fde
5 changed files with 26 additions and 12 deletions

View File

@@ -13,6 +13,7 @@ struct GetRoomDetailResponse: Decodable {
let title: String
let notice: String
let isPaid: Bool
let isAdult: Bool
let isPrivateRoom: Bool
let password: String?
let tags: [String]