Mac OS X Reference Library Apple Developer
Search

main.m

//
//  main.m
//  RGB ValueTransformers
//
//  Created by jcr on Thu Nov 06 2003.
//  Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
int main(int argc, const char *argv[])
{
    return NSApplicationMain(argc, argv);
}



Last updated: 2003-11-18

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