Home | History | Annotate | Download | only in PCH
      1 /* For use with the objc_import.m test */
      2 
      3 @interface TestPCH
      4 + alloc;
      5 - (void)instMethod;
      6 @end
      7 
      8