home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / OOP_Course / Examples / ExtendDraw / Rectangle.bproj / Rectangle.h < prev    next >
Encoding:
Text File  |  1993-01-18  |  76 b   |  11 lines

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