Something like this: enum City: String { case NewYork = "New York" } This can be ported over to Objective-c like this: typedef NSString * City;
確定! 回上一頁