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

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