home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Examples / Interfaces / InfoPanel.nib / data.classes next >
Encoding:
Text File  |  1994-02-15  |  271 b   |  22 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MiscInfo = {
  7.     ACTIONS = {
  8.     setController:;
  9.     info:;
  10.     };
  11.     OUTLETS = {
  12.     niftyView;
  13.     regText;
  14.     versionDateText;
  15.     versionText;
  16.     controller;
  17.     infoPanel;
  18.     strings;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22.