라이브 - 방만들기 추가
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// GetRecentRoomInfoResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/14.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct GetRecentRoomInfoResponse: Decodable {
|
||||
let title: String
|
||||
let notice: String
|
||||
let coverImageUrl: String
|
||||
let coverImagePath: String
|
||||
let numberOfPeople: Int
|
||||
}
|
Reference in New Issue
Block a user