1#import <objc/NSObject.h>2#import "my-base.h"3@implementation MyBase4#if __OBJC2__5@synthesize propertyMovesThings;6#else7@synthesize propertyMovesThings = maybe_used;8#endif9@end10 11