home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 (1993) / nebula.bin / SourceCode / RTFExplorer / English.lproj / RTFExplorer.nib / data.classes next >
Encoding:
Text File  |  1992-12-10  |  258 b   |  21 lines

  1. ExplorerText = {
  2.     SUPERCLASS = Text;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. AppDelegate = {
  10.     ACTIONS = {
  11.     putAscii:;
  12.     putRtf:;
  13.     };
  14.     OUTLETS = {
  15.     asciiText;
  16.     rtfText;
  17.     exScroll;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21.