1 /* For use with the methods.m test */ 2 3 @interface TestPCH 4 + alloc; 5 - (instancetype)instMethod; 6 @end 7 8 @class TestForwardClassDecl; 9 10 // FIXME: @compatibility_alias AliasForTestPCH TestPCH; 11 12