home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / OOP_Course / Labs / DrawSquare / English.lproj / DrawSquare.nib / data.classes next >
Encoding:
Text File  |  1993-01-18  |  176 b   |  14 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. SquareView = {
  7.     ACTIONS = {
  8.     takeSliderInput:;
  9.     };
  10.     OUTLETS = {
  11.     };
  12.     SUPERCLASS = View;
  13. };
  14.