1 
2 @interface I1 : NSObject
3 -(int)prop;
4 -(void)setProp:(int)p;
5 +(id)i1;
6 @end
7