1 
2 @interface I2 : NSObject
3 -(int)prop;
4 -(void)setProp:(int)p;
5 @end
6