mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 19:48:07 +00:00
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);
|
|
}
|