blob: d94b9f7d9ebe69f0130c596e153444e81c3ca99a [file] [log] [blame]
@interface I1 : NSObject
-(int)prop;
-(void)setProp:(int)p;
+(id)i1;
@end