mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-02-20 22:00:44 +01:00
commit
4ff7370cc9
1
misc/Hi.swift
Normal file
1
misc/Hi.swift
Normal file
@ -0,0 +1 @@
|
||||
print("Hello world")
|
7
misc/hi.m
Normal file
7
misc/hi.m
Normal file
@ -0,0 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@implementation Hello
|
||||
NSString *hi() {
|
||||
return @"Hello world"
|
||||
}
|
||||
@end
|
Loading…
x
Reference in New Issue
Block a user