home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Chat / English.lproj / Chat.nib / data.classes next >
Encoding:
Text File  |  1992-10-14  |  219 b   |  18 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ChatController = {
  7.     ACTIONS = {
  8.     appDidInit:;
  9.     send:;
  10.     };
  11.     OUTLETS = {
  12.     entry;
  13.     hostName;
  14.     conversation;
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18.