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