mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-12-21 08:41:32 +03:00
8 lines
105 B
Mathematica
8 lines
105 B
Mathematica
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@implementation Hello
|
||
|
NSString *hi() {
|
||
|
return @"Hello world"
|
||
|
}
|
||
|
@end
|