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

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