1#import <AppKit/AppKit.h>
2
3int main(int argc, const char *argv[])
4{
5    return NSApplicationMain(argc, argv);
6}
7