Skip to content

Instantly share code, notes, and snippets.

@standinga
Created May 3, 2019 13:47
Show Gist options
  • Save standinga/3e31393cba88a58d779a7912f0b5da66 to your computer and use it in GitHub Desktop.
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
//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