OperationState
enum OperationState : String
-
Declaration
Swift
case beforeOpening = "영업전" -
Declaration
Swift
case operating = "영업중" -
Declaration
Swift
case closed = "영업종료" -
Declaration
Swift
case breakTime = "휴식시간" -
Declaration
Swift
case holiday = "휴무일" -
Declaration
Swift
case noInfoToday = "오늘 정보 없음" -
Declaration
Swift
var color: UIColor { get }
OperationState Enumeration Reference