my-base.h 168 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 @interface MyBase : NSObject { #if !__OBJC2__ int maybe_used; // The 1.0 runtime needs to have backed properties... #endif } @property int propertyMovesThings; @end