mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-15 00:49:53 -04:00
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
|