forked from mirrors/linphone-iphone
5 lines
120 B
Objective-C
Executable file
5 lines
120 B
Objective-C
Executable file
#import <Cocoa/Cocoa.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
return NSApplicationMain(argc, (const char **)argv);
|
|
}
|