1 | // Umbrella header for OtherKit. |
---|---|
2 | #import <SomeKitCore/SomeKitCore.h> |
3 | |
4 | #ifdef F |
5 | #import <SomeKit/SomeKit.h> |
6 | #endif |
7 | |
8 |
1 | // Umbrella header for OtherKit. |
---|---|
2 | #import <SomeKitCore/SomeKitCore.h> |
3 | |
4 | #ifdef F |
5 | #import <SomeKit/SomeKit.h> |
6 | #endif |
7 | |
8 |