xref: /llvm-project/lldb/test/API/lang/objc/foundation/my-base.h (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1 @interface MyBase : NSObject
2 {
3 #if !__OBJC2__
4   int maybe_used; // The 1.0 runtime needs to have backed properties...
5 #endif
6 }
7 @property int propertyMovesThings;
8 @end
9