1 #ifndef SOME_OTHER_KIT_H 2 3 __attribute__((objc_root_class)) 4 @interface A 5 -(void)methodA; 6 -(void)methodB; 7 @end 8 9 #endif 10