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

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