Mac OS X Reference Library Apple Developer
Search

main.m

//
//  main.m
//  testindicator
//
//  Created by Matthew Formica on Thu Jan 23 2003.
//  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
int main(int argc, const char *argv[])
{
    return NSApplicationMain(argc, argv);
}



Last updated: 2003-05-08

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