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  |  396 b   |  29 lines

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