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

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