1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-28 01:10:47 +01:00
App-Open-Source-per-iPhone-.../.github/hi.m

8 lines
106 B
Mathematica
Raw Normal View History

2015-12-21 17:52:09 +01:00
#import <Foundation/Foundation.h>
@implementation Hello
NSString *hi() {
2015-12-23 12:20:22 +01:00
return @"Hello world";
2015-12-21 17:52:09 +01:00
}
@end