home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / CutGraphicsChange.m < prev    next >
Encoding:
Text File  |  1995-11-28  |  163 b   |  15 lines

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