enum SwiftCustomType: NSInteger {
case SwiftCustomTypeOne = 100
case SwiftCustomTypeTwo = 200
case SwiftCustomTypeThird = 300
}
enum SwiftCustomType: NSInteger {
case SwiftCustomTypeOne = 100
case SwiftCustomTypeTwo = 200
case SwiftCustomTypeThird = 300
}
本文标题:swift 设置枚举
本文链接:https://www.haomeiwen.com/subject/qutuvhtx.html
网友评论