home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Demos / 3View.app / RibDocument.nib / data.classes next >
Text File  |  1992-02-08  |  340b  |  26 lines

  1. Camera = {
  2.     OUTLETS = {
  3.     transformation;
  4.     };
  5.     SUPERCLASS = View;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. RibDocument = {
  13.     ACTIONS = {
  14.     windowDidBecomeKey:;
  15.     windowWillClose:;
  16.     setDistributor:;
  17.     show:;
  18.     };
  19.     OUTLETS = {
  20.     cameraView;
  21.     window;
  22.     distributor;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26.