two.h 97 Bytes Raw Blame History Permalink 1 2 3 4 5 6 @interface A -(void)method1; @end @interface B -(void)method1 __attribute__((unavailable)); @end