blob: 4c6b1e1ccec00ae3d3389fb018374c16c0be3993 [file] [log] [blame]
Steve Naroff53c9d8a2009-04-20 15:06:07 +00001/* For use with the methods.m test */
2
3@interface TestPCH
4+ alloc;
5- (void)instMethod;
6@end
Steve Naroff8f06f842009-04-23 16:00:56 +00007
8@class TestForwardClassDecl;
9
10// FIXME: @compatibility_alias AliasForTestPCH TestPCH;
11