home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Utilities / CalendarCenter-4.2-MIS / CalendarCenterObject.h < prev    next >
Encoding:
Text File  |  1997-06-16  |  237 b   |  12 lines

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