C++程序  |  12行  |  189 B

/* For use with the methods.m test */

@interface TestPCH
+ alloc;
- (instancetype)instMethod;
@end

@class TestForwardClassDecl;

// FIXME: @compatibility_alias  AliasForTestPCH TestPCH;