android_mt6572_jiabo/external/lldb/test/lang/objc/foundation/my-base.h
2025-09-05 16:56:03 +08:00

8 lines
168 B
Objective-C

@interface MyBase : NSObject
{
#if !__OBJC2__
int maybe_used; // The 1.0 runtime needs to have backed properties...
#endif
}
@property int propertyMovesThings;
@end