1 @interface C
2 -(void)method2 __attribute__((unavailable));
3 -(void)method3 __attribute__((unavailable));
4 @end
5