home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / CutGraphicsChange.m < prev    next >
Text File  |  1992-02-09  |  172b  |  15 lines

  1. #import "drawundo.h"
  2.  
  3. @interface CutGraphicsChange(PrivateMethods)
  4.  
  5. @end
  6.  
  7. @implementation CutGraphicsChange
  8.  
  9. - (const char *)changeName
  10. {
  11.     return CUT_OPERATION;
  12. }
  13.  
  14. @end
  15.