llvm/clang/test/APINotes/Inputs/Frameworks/SomeOtherKit.framework/Headers/SomeOtherKit.h

#ifndef SOME_OTHER_KIT_H

__attribute__((objc_root_class))
@interface A
-(void)methodA;
-(void)methodB;
@end

#endif