mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
8 lines
65 B
Objective-C
8 lines
65 B
Objective-C
|
|
|
|
|
|
|
|
@interface A
|
|
+ (int)method1;
|
|
- (int)method2:(int)param;
|
|
@end
|