From f36365ffcf105710bea6417b8509bcca0800887e Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Wed, 11 May 2016 10:22:08 -0700 Subject: [PATCH] Delete hi.m [ci skip] --- .github/hi.m | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/hi.m diff --git a/.github/hi.m b/.github/hi.m deleted file mode 100644 index 9393bd33..00000000 --- a/.github/hi.m +++ /dev/null @@ -1,7 +0,0 @@ -#import - -@implementation Hello -NSString *hi() { - return @"Hello world"; -} -@end