Created
May 3, 2019 13:45
-
-
Save standinga/7b2402223d575c082c441e5395f59b4c to your computer and use it in GitHub Desktop.
TestFrameworkObjc.m 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.m | |
#import "TestFrameworkObjc.h" | |
@implementation TestFrameworkObjc | |
- (NSString *) fromTestFrameworkObjc{ | |
return @"fromTestFrameworkObjc with love"; | |
} | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment