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