1@interface FooPCH
2void funcPCH1(int);
3void funcPCH2(int);
4
5enum E { Cake };
6
7-(void)meth1;
8-(void)meth2;
9@end
10