Steve Naroff | 53c9d8a | 2009-04-20 15:06:07 +0000 | [diff] [blame] | 1 | /* For use with the methods.m test */ |
2 | |||||
3 | @interface TestPCH | ||||
4 | + alloc; | ||||
5 | - (void)instMethod; | ||||
6 | @end | ||||
Steve Naroff | 8f06f84 | 2009-04-23 16:00:56 +0000 | [diff] [blame^] | 7 | |
8 | @class TestForwardClassDecl; | ||||
9 | |||||
10 | // FIXME: @compatibility_alias AliasForTestPCH TestPCH; | ||||
11 |