open-source-ios-apps/.github/hi.m
2016-02-22 09:13:29 -08:00

8 lines
106 B
Objective-C

#import <Foundation/Foundation.h>
@implementation Hello
NSString *hi() {
return @"Hello world";
}
@end