Delete hi.m

[ci skip]
This commit is contained in:
dkhamsing 2016-05-11 10:22:08 -07:00
parent d872adfcc6
commit f36365ffcf
1 changed files with 0 additions and 7 deletions

7
.github/hi.m vendored
View File

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