mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
11 lines
181 B
Objective-C
11 lines
181 B
Objective-C
/* For use with the methods.m test */
|
|
|
|
@interface TestPCH
|
|
+ alloc;
|
|
- (void)instMethod;
|
|
@end
|
|
|
|
@class TestForwardClassDecl;
|
|
|
|
// FIXME: @compatibility_alias AliasForTestPCH TestPCH;
|
|
|