home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / NextDeveloper / Demos / PhotoAlbum.app / English.lproj / ImageWindow.nib / data.classes next >
Text File  |  1993-02-23  |  259b  |  21 lines

  1. ImageDocument = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     window;
  6.     scrollView;
  7.     imageView;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. ImageView = {
  17.     OUTLETS = {
  18.     };
  19.     SUPERCLASS = View;
  20. };
  21.