Created
May 3, 2019 13:47
-
-
Save standinga/3e31393cba88a58d779a7912f0b5da66 to your computer and use it in GitHub Desktop.
TestFramework.h umbrella public header from medium article about frameworks using swift and objective c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//TestFramework.h | |
#import <Cocoa/Cocoa.h> | |
//! Project version number for TestFramework. | |
FOUNDATION_EXPORT double TestFrameworkVersionNumber; | |
//! Project version string for TestFramework. | |
FOUNDATION_EXPORT const unsigned char TestFrameworkVersionString[]; | |
#import <TestFramework/TestFrameworkObjc.h> // TestFrameworkObjc.h needs to be public! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment