Copyright © 2004 Dave Bayer. Subject to the terms and conditions of the MIT License.
#import <Cocoa/Cocoa.h>
main calls NSApplicationMain. int main(int argc, const char *argv[]) { return NSApplicationMain(argc, argv); }
int main(int argc, const char *argv[]) { return NSApplicationMain(argc, argv); }