1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-10 23:34:36 +01:00

Delete hi.m

[ci skip]
This commit is contained in:
dkhamsing 2016-05-11 10:22:08 -07:00
parent d872adfcc6
commit f36365ffcf

7
.github/hi.m vendored
View File

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