C++程序  |  7行  |  97 B

@interface A
-(void)method1;
@end
@interface B
-(void)method1 __attribute__((unavailable));
@end