home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / AlignGraphicsChange.h next >
Text File  |  1995-08-02  |  119b  |  9 lines

  1. @interface AlignGraphicsChange : SimpleGraphicsChange
  2. {
  3. }
  4.  
  5. - (NSString *)changeName;
  6. - (Class)changeDetailClass;
  7.  
  8. @end
  9.