mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
5 lines
76 B
Objective-C
5 lines
76 B
Objective-C
@interface B (Sub)
|
|
- (char *)method3;
|
|
- (char*)method4;
|
|
- (id)method6;
|
|
@end
|