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