home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / Draw / Rectangle.h < prev    next >
Encoding:
Text File  |  1992-02-10  |  118 b   |  10 lines

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