C++程序  |  14行  |  72 B










@interface B
- (int)method1;
- (int)method2:(float)param;
@end