brintos

brintos / llvm-project-archived public Read only

0
0
Text · 168 B · 53202aa Raw
9 lines · c
1@interface MyBase : NSObject 2{3#if !__OBJC2__4  int maybe_used; // The 1.0 runtime needs to have backed properties...5#endif6}7@property int propertyMovesThings;8@end9