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

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