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