1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-02-05 21:03:40 +01:00
This commit is contained in:
dkhamsing 2016-05-11 10:43:41 -07:00
commit 23b37c38c4

7
.github/hi.m vendored
View File

@ -1,7 +0,0 @@
#import <Foundation/Foundation.h>
@implementation Hello
NSString *hi() {
return @"Hello world";
}
@end