home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / DistributedObjects / remoteSpot / English.lproj / RemoteSpot.nib / data.classes next >
Text File  |  1992-07-24  |  319b  |  26 lines

  1. ClientRecord = {
  2.     SUPERCLASS = Object;
  3. };
  4. SpotView = {
  5.     OUTLETS = {
  6.     myThinker;
  7.     spotList;
  8.     };
  9.     SUPERCLASS = View;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. Spot = {
  17.     SUPERCLASS = Object;
  18. };
  19. Thinker = {
  20.     OUTLETS = {
  21.     win;
  22.     mySpotView;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26.