Clang Project

clang_source_code/test/Modules/Inputs/exportas-link/OtherKit.framework/Headers/OtherKit.h
1// Umbrella header for OtherKit.
2#import <SomeKitCore/SomeKitCore.h>
3
4#ifdef F
5#import <SomeKit/SomeKit.h>
6#endif
7
8