home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / Utilities / Unix / MOTD / Source / MOTD.nib / data.classes next >
Encoding:
Text File  |  1992-11-03  |  301 b   |  24 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MOTD = {
  7.     ACTIONS = {
  8.     cancelLogin:;
  9.     appDidInit:;
  10.     windowWillClose:;
  11.     };
  12.     OUTLETS = {
  13.     quitButton;
  14.     cancelButton;
  15.     window;
  16.     mailPanel;
  17.     holdButton;
  18.     docView;
  19.     mailText;
  20.     mailTitle;
  21.     };
  22.     SUPERCLASS = Application;
  23. };
  24.