home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / 3Dkit / Simple / English.lproj / Simple.nib / data.classes next >
Encoding:
Text File  |  1992-06-03  |  201 b   |  16 lines

  1. SimpleCamera = {
  2.     ACTIONS = {
  3.     dumpRib:;
  4.     };
  5.     OUTLETS = {
  6.     rotoMatrix;
  7.     theRotator;
  8.     };
  9.     SUPERCLASS = N3DCamera;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16.