category_top.h 196 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 @interface Foo @end @interface Foo(Top) -(void)top; @end @interface Foo(Top2) -(void)top2; @end @interface Foo(Top3) -(void)top3; @end @protocol P1 @end @protocol P2 @end @protocol P3, P4;