home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Utilities / Annuity-2.0-MIS / ControllerApp.h < prev    next >
Encoding:
Text File  |  1997-03-04  |  135 b   |  11 lines

  1. #import <AppKit/AppKit.h>
  2.  
  3. @interface ControllerApp : NSObject
  4. {
  5. }
  6.  
  7. - (void)MoreInfo:(id)sender;
  8. - (void)newDocument:(id)sender;
  9.  
  10. @end
  11.