feat: 메인 라이브

- 라이브 예약중 UI 적용
This commit is contained in:
Yu Sung
2025-07-22 05:29:50 +09:00
parent 624c12817e
commit 6fc6360f23
7 changed files with 304 additions and 137 deletions

View File

@@ -12,6 +12,7 @@ struct GetRoomListResponse: Decodable, Hashable {
let title: String
let content: String
let beginDateTime: String
let beginDateTimeUtc: String
let numberOfParticipate: Int
let numberOfPeople: Int
let coverImageUrl: String