home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / Rhapsody / Graphics / ImageBrowser-1.0 / DAAbout.h < prev    next >
Encoding:
Text File  |  1997-12-27  |  260 b   |  20 lines

  1. #import <AppKit/AppKit.h>
  2. #import "DASubController.h"
  3.  
  4.  
  5. @interface DAAbout : DASubController
  6. {
  7.     id copyYear1;
  8.     id copyYear2;
  9.     id owner1;
  10.     id owner2;
  11.     id titleView;
  12.     id version1;
  13.     id version2;
  14. }
  15.  
  16. + (id)shared;
  17. - (void)display:sender;
  18.  
  19. @end
  20.