home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / PasteGraphicsChange.h < prev    next >
Encoding:
Text File  |  1995-08-03  |  192 b   |  11 lines

  1. @interface PasteGraphicsChange : GraphicsChange
  2. {
  3. }
  4.  
  5. - initGraphicView:aGraphicView graphics:theGraphics;
  6. - (NSString *)changeName;
  7. - (void)saveBeforeChange;
  8. - (Class)changeDetailClass;
  9.  
  10. @end
  11.