xref: /llvm-project/clang/test/Modules/Inputs/FooFramework.framework/PrivateHeaders/Foo.h (revision 052d95a6d697f973172b08b2f743dda9bd58dcf3)
1 __attribute__((objc_root_class))
2 @interface NSObject
3 + (instancetype) alloc;
4 - (instancetype) init;
5 - (instancetype)retain;
6 - (void)release;
7 @end
8 
9 @interface Foo : NSObject
10 @end
11