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

  1. MouseView = {
  2.     ACTIONS = {
  3.     setTrackingRect:;
  4.     };
  5.     SUPERCLASS = View;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. UPView = {
  13.     ACTIONS = {
  14.     takeBackgroundGrayFrom:;
  15.     };
  16.     OUTLETS = {
  17.     };
  18.     SUPERCLASS = MouseView;
  19. };
  20.