home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Documents / OOPClass / Examples / DrawTests / UserPath / English.lproj / UserPath.nib~ / data.classes next >
Encoding:
Text File  |  1992-06-04  |  261 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.     newBackgroundGray:;
  15.     };
  16.     OUTLETS = {
  17.     };
  18.     SUPERCLASS = MouseView;
  19. };
  20.