mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
14 lines
72 B
C
14 lines
72 B
C
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
@interface B
|
||
|
|
- (int)method1;
|
||
|
|
- (int)method2:(float)param;
|
||
|
|
@end
|