12 lines
189 B
C
12 lines
189 B
C
|
/* For use with the methods.m test */
|
||
|
|
||
|
@interface TestPCH
|
||
|
+ alloc;
|
||
|
- (instancetype)instMethod;
|
||
|
@end
|
||
|
|
||
|
@class TestForwardClassDecl;
|
||
|
|
||
|
// FIXME: @compatibility_alias AliasForTestPCH TestPCH;
|
||
|
|