mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
11 lines
186 B
Objective-C
11 lines
186 B
Objective-C
@__experimental_modules_import category_left;
|
|
|
|
@interface Foo(Bottom)
|
|
-(void)bottom;
|
|
@end
|
|
|
|
@__experimental_modules_import category_right;
|
|
|
|
@interface LeftFoo(Bottom)
|
|
-(void)bottom;
|
|
@end
|