home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / HippoDraw / HippoDrawSrc1.1 / Hippo.subproj / Rectangle.h < prev    next >
Encoding:
Text File  |  1992-04-25  |  139 b   |  12 lines

  1. #import "Graphic.h"
  2.  
  3. @interface Rectangle : Graphic
  4.  
  5. /* Methods overridden from superclass */
  6.  
  7. - (float)naturalAspectRatio;
  8. - draw;
  9.  
  10. @end
  11.  
  12.