Skip to content

Instantly share code, notes, and snippets.

@standinga
Created May 3, 2019 13:43
Show Gist options
  • Save standinga/8814b7caabca9a8e598def7844071620 to your computer and use it in GitHub Desktop.
Save standinga/8814b7caabca9a8e598def7844071620 to your computer and use it in GitHub Desktop.
TestFrameworkObjc.h for medium post about frameworks using swift and objc
//TestFrameworkObjc.h
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface TestFrameworkObjc : NSObject
- (NSString *) fromTestFrameworkObjc;
@end
NS_ASSUME_NONNULL_END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment