xref: /llvm-project/clang/test/APINotes/Inputs/Frameworks/SomeOtherKit.framework/Headers/SomeOtherKit.h (revision 932949dbb517b089af28fdc480a16a738ee5db78)
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