1 2 3 4 5@interface A6+ (int)method1;7- (int)method2:(int)param;8@end9 10@interface B : A11@end12 13@interface C14@end15