1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-26 00:13:37 +01:00
App-Open-Source-per-iPhone-.../misc/hi.m
2015-12-21 08:52:09 -08:00

8 lines
105 B
Objective-C

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