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

@interface B : A
@end

@interface C
@end