home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / NotePads / MemoPad / Source / English.lproj / moreInfo.nib / data.classes next >
Encoding:
Text File  |  1993-08-18  |  310 b   |  24 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MyObject = {
  7.     ACTIONS = {
  8.     loadPad:;
  9.     savePad:;
  10.     appWillTerminate:;
  11.     flipData:;
  12.     appDidInit:;
  13.     ShowInfoPanel:;
  14.     ShowMoreInfoPanel:;
  15.     };
  16.     OUTLETS = {
  17.     pad;
  18.     infoPanel;
  19.     moreInfoPanel;
  20.     dataStatus;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24.