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

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