blob: c7577ede4a49001afe0bc8c651c908c0afa747e6 [file] [log] [blame]
@interface I2 : NSObject
-(int)prop;
-(void)setProp:(int)p;
@end