Created
May 3, 2019 13:43
-
-
Save standinga/8814b7caabca9a8e598def7844071620 to your computer and use it in GitHub Desktop.
TestFrameworkObjc.h for medium post about frameworks using swift and objc
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
//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