1 @protocol P1 2 - (void)p1_method; 3 - (void)p1_method; 4 @end 5 6 @interface Foo (SubP1) <P1> 7 @end 8