home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / Draw_main.m < prev    next >
Encoding:
Text File  |  1996-04-18  |  119 b   |  6 lines

  1. #import <AppKit/NSApplication.h>
  2.  
  3. int main(int argc, const char ** argv) {
  4.     return NSApplicationMain(argc, argv);
  5. }
  6.