mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
13 lines
72 B
Objective-C
13 lines
72 B
Objective-C
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@interface B
|
|
- (int)method1;
|
|
- (int)method2:(float)param;
|
|
@end
|