home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Documents / OOPClass / Examples / ExtendDraw / Rectangle.bproj / Rectangle.h < prev    next >
Encoding:
Text File  |  1992-06-26  |  76 b   |  11 lines

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