home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Documents / OOPClass / Examples / ExtendDraw / Ellipse.bproj / Ellipse.h < prev    next >
Encoding:
Text File  |  1989-04-07  |  98 b   |  10 lines

  1. // interface file for Ellipse
  2.  
  3. #import "AShape.h"
  4.  
  5. @interface Ellipse:AShape
  6. {
  7. }
  8. -drawShape;
  9. @end
  10.