mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 02:10:09 -04:00
11 lines
140 B
Objective-C
11 lines
140 B
Objective-C
@import category_left;
|
|
|
|
@interface Foo(Bottom)
|
|
-(void)bottom;
|
|
@end
|
|
|
|
@import category_right;
|
|
|
|
@interface LeftFoo(Bottom)
|
|
-(void)bottom;
|
|
@end
|