blob: c9b1ad4342c6c5cc8260892fe51db9cce52ec486 [file] [log] [blame]
Steve Naroff53c9d8a2009-04-20 15:06:07 +00001/* For use with the methods.m test */
2
3@interface TestPCH
4+ alloc;
Douglas Gregore97179c2011-09-08 01:46:34 +00005- (instancetype)instMethod;
Steve Naroff53c9d8a2009-04-20 15:06:07 +00006@end
Steve Naroff8f06f842009-04-23 16:00:56 +00007
8@class TestForwardClassDecl;
9
10// FIXME: @compatibility_alias AliasForTestPCH TestPCH;
11