Mac OS X Reference Library Apple Developer
Search

main.m

//
//  main.m
//  PDF Linker
//
//  Created by John Calhoun on 3/23/05.
//  Copyright __MyCompanyName__ 2005 . All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
int main(int argc, char *argv[])
{
    return NSApplicationMain(argc, (const char **) argv);
}



Last updated: 2005-08-10

Did this document help you? Yes It's good, but... Not helpful...