#ifndef SOME_OTHER_KIT_H
__attribute__((objc_root_class))
@interface A
-(void)methodA;
-(void)methodB;
@end
#endif
#ifndef SOME_OTHER_KIT_H
__attribute__((objc_root_class))
@interface A
-(void)methodA;
-(void)methodB;
@end
#endif