home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / CutGraphicsChange.h < prev    next >
Encoding:
Text File  |  1992-02-10  |  90 b   |  7 lines

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