SwiftState 状态机制

授权协议:MIT操作系统:iOS 开发语言:Swift
SwiftState 是用 Swift 编写的优雅的状态机制。 举例: enum MyState: StateType { case state0, state1, state2 ...