blob: 4147ac1764a57b2608a632e59b104dba80c70ce0 [file] [log] [blame]
#import <objc/NSObject.h>
#import "my-base.h"
@implementation MyBase
#if __OBJC2__
@synthesize propertyMovesThings;
#else
@synthesize propertyMovesThings = maybe_used;
#endif
@end