• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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