4 lines
137 B
Mathematica
4 lines
137 B
Mathematica
|
|
typedef NS_ENUM(NSInteger, fruits) { apple, banana, cherry };
|
||
|
|
|
||
|
|
typedef NS_ENUM(NSInteger, fruits) { apple = 0, banana = 1, cherry = 2 };
|