home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / SoundAndMusic / SoundKit / SoundEditor / English.lproj / SoundDocument.nib / data.classes next >
Encoding:
Text File  |  1992-02-05  |  282 b   |  22 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ScrollingSound = {
  7.     OUTLETS = {
  8.     delegate;
  9.     };
  10.     SUPERCLASS = ScrollView;
  11. };
  12. SoundDocument = {
  13.     ACTIONS = {
  14.     windowWillClose:;
  15.     };
  16.     OUTLETS = {
  17.     window;
  18.     view;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22.