swift 设置枚举
2020-06-15 本文已影响0人
江河_ios
enum SwiftCustomType: NSInteger {
case SwiftCustomTypeOne = 100
case SwiftCustomTypeTwo = 200
case SwiftCustomTypeThird = 300
}
enum SwiftCustomType: NSInteger {
case SwiftCustomTypeOne = 100
case SwiftCustomTypeTwo = 200
case SwiftCustomTypeThird = 300
}