1 typedef long NSInteger
;
2 typedef enum __attribute__((flag_enum
,enum_extensibility(open
))) MyObjCEnum
: NSInteger MyObjCEnum
;
4 enum MyObjCEnum
: NSInteger
{
6 } __attribute__((availability(ios
,introduced
=11.0))) __attribute__((availability(tvos
,unavailable
))) ;