bolt/deps/llvm-18.1.8/lldb/test/API/lang/objc/foundation/my-base.h
2025-02-14 19:21:04 +01: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