home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / CutGraphicsChange.h < prev    next >
Text File  |  1994-04-27  |  89b  |  8 lines

  1. @interface CutGraphicsChange : DeleteGraphicsChange
  2. {
  3. }
  4.  
  5. - (NSString *)changeName;
  6.  
  7. @end
  8.