xref: /llvm-project/clang/test/APINotes/Inputs/Frameworks/LayeredKit.framework/Headers/LayeredKit.h (revision 932949dbb517b089af28fdc480a16a738ee5db78)
1 @import LayeredKitImpl;
2 
3 // @interface declarations already don't inherit attributes from forward
4 // declarations, so in order to test this properly we have to /not/ define
5 // UpwardClass anywhere.
6 
7 // @interface UpwardClass
8 // @end
9 
10 @protocol UpwardProto
11 @end
12