brintos

brintos / llvm-project-archived public Read only

0
0
Text · 277 B · def44e3 Raw
7 lines · c
1typedef long NSInteger;2typedef enum __attribute__((flag_enum,enum_extensibility(open))) MyObjCEnum : NSInteger MyObjCEnum;3 4enum MyObjCEnum : NSInteger {5    MyEnumCst = 1,6} __attribute__((availability(ios,introduced=11.0))) __attribute__((availability(tvos,unavailable))) ;7