// // main.h // #import #import int main(int argc, const char *argv[]) { NSLog(@"started"); return NSApplicationMain(argc, argv); }