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