home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / 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.