15 lines
107 B
Objective-C
15 lines
107 B
Objective-C
|
|
|
|
|
|
|
|
@interface A
|
|
+ (int)method1;
|
|
- (int)method2:(int)param;
|
|
@end
|
|
|
|
@interface B : A
|
|
@end
|
|
|
|
@interface C
|
|
@end
|