C++程序  |  5行  |  108 B

@interface C
-(void)method2 __attribute__((unavailable));
-(void)method3 __attribute__((unavailable));
@end