#import int main( int argc, const char *argv[] ) { @autoreleasepool { [NSApplication sharedApplication]; } return 0; }