Files
sodalive-ios/SodaLive/Sources/Live/Room/LiveRoomStatus.swift
2023-08-10 12:32:20 +09:00

13 lines
161 B
Swift

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