summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/oc/51001-ns_enum-i.m
blob: e5caad064ba1095b85b4f1e983c425f27617cdf9 (plain)
1
2
typedef NS_ENUM                  (NSUInteger, MyEnum) {MyValue1, MyValue2, MyValue3};
typedef NS_OPTIONS(NSUInteger, MyBitmask) {MyBit1, MyBit2, MyBit3};