Swift

swift 设置枚举

2020-06-15  本文已影响0人  江河_ios

enum SwiftCustomType: NSInteger {

    case SwiftCustomTypeOne = 100

    case SwiftCustomTypeTwo = 200

    case SwiftCustomTypeThird = 300

}

上一篇 下一篇

猜你喜欢

热点阅读