home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / NeXTWORLD_DragLab / English.lproj / DragLab.nib / data.classes next >
Encoding:
Text File  |  1993-01-19  |  347 b   |  27 lines

  1. DragView = {
  2.     ACTIONS = {
  3.     draggingExited:;
  4.     open:;
  5.     concludeDragOperation:;
  6.     };
  7.     OUTLETS = {
  8.     theImage;
  9.     textObj;
  10.     };
  11.     SUPERCLASS = View;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. Controller = {
  19.     ACTIONS = {
  20.     appDidInit:;
  21.     };
  22.     OUTLETS = {
  23.     initalDragView;
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27.