C++程序  |  9行  |  65 B





@interface A
+ (int)method1;
- (int)method2:(int)param;
@end