Skip to content

Instantly share code, notes, and snippets.

@standinga
Created May 3, 2019 13:45
Show Gist options
  • Save standinga/7b2402223d575c082c441e5395f59b4c to your computer and use it in GitHub Desktop.
Save standinga/7b2402223d575c082c441e5395f59b4c to your computer and use it in GitHub Desktop.
TestFrameworkObjc.m for medium post about frameworks using swift and objc
//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