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