1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-29 17:59:29 +01:00

Create hi.m

This commit is contained in:
dkhamsing 2015-12-21 08:52:09 -08:00
parent 5165a7436a
commit a0037f9faa

7
misc/hi.m Normal file
View File

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