
@interface I2 : NSObject
-(int)prop;
-(void)setProp:(int)p;
@end
