home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / OpenStepConversion / 3.3Headers / eointerface / EOImageAssociation.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-28  |  352 b   |  24 lines

  1. // EOImageAssociation
  2. // Enterprise Objects Framework
  3. // 
  4. // Copyright 1993 NeXT Computer, Inc.
  5. // All Rights Reserved
  6.  
  7. #ifdef SHLIB
  8. #import "shlib.h"
  9. #endif
  10.  
  11. #import "EOAssociation.h"
  12.  
  13. @class Window;
  14.  
  15. @interface EOImageAssociation: EOAssociation
  16. {
  17. }
  18.  
  19. // Target/action method for destination to send to
  20. - controlActed:sender;
  21. - (Window *)window;
  22.  
  23. @end
  24.