• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* For use with the methods.m test */
2 
3 @interface TestPCH
4 + alloc;
5 - (id)init;
6 @end
7 
8 @class TestForwardClassDecl;
9 
10 // FIXME: @compatibility_alias  AliasForTestPCH TestPCH;
11 
12