main.m

Copyright © 2004 Dave Bayer. Subject to the terms and conditions of the MIT License.

#import <Cocoa/Cocoa.h>

main

main calls NSApplicationMain.

int main(int argc, const char *argv[])
{
    return NSApplicationMain(argc, argv);
}