1 2 3 4 5 6 7
/* For use with the objc_import.m test */ @interface TestPCH + alloc; - (void)instMethod; @end