home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / OOP_Course / Examples / Alert / alert.app / alert.nib / data.classes next >
Encoding:
Text File  |  1993-01-18  |  176 b   |  15 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MyObject = {
  7.     ACTIONS = {
  8.     alert:;
  9.     };
  10.     OUTLETS = {
  11.     display;
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15.