home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / AlexNeXTSTEPSource / Source / Chapter8_Prefs / Money / English.lproj / Prefs.nib~ / data.classes next >
Encoding:
Text File  |  1993-01-24  |  375 b   |  28 lines

  1. SwitchView = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     accessoryView;
  6.     };
  7.     SUPERCLASS = View;
  8. };
  9. PrefsController = {
  10.     ACTIONS = {
  11.     setTruncate:;
  12.     displayPrefsPanel:;
  13.     };
  14.     OUTLETS = {
  15.     popUpButton;
  16.     promptSwitch;
  17.     prefsPanel;
  18.     switchView;
  19.     truncateSwitch;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. FirstResponder = {
  24.     ACTIONS = {
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28.