Mac OS X Reference Library Apple Developer
Search

main.m

//
//  main.m
//  CapabilitiesSample
//
//  Created by Scott Kuechle on Tue Jun 04 2002.
//  Copyright (c) 2001 __MyCompanyName__. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
int main(int argc, const char *argv[])
{
    return NSApplicationMain(argc, argv);
}



Last updated: 2003-01-14

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