]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/lang/objc/foundation/my-base.h
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / lang / objc / foundation / my-base.h
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