home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / UnlockGraphicsChange.h < prev    next >
Text File  |  1995-08-03  |  160b  |  11 lines

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