mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
14 lines
107 B
Objective-C
14 lines
107 B
Objective-C
|
|
|
|
|
|
|
|
@interface A
|
|
+ (int)method1;
|
|
- (int)method2:(int)param;
|
|
@end
|
|
|
|
@interface B : A
|
|
@end
|
|
|
|
@interface C
|
|
@end
|