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