// // LiveRoomStatus.swift // SodaLive // // Created by klaus on 2023/08/09. // import Foundation enum LiveRoomStatus: String { case NOW, RESERVATION }