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