home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / AlexNeXTSTEPSource / Source / Chapter7_Views / Shapes / CircleView.h next >
Encoding:
Text File  |  1993-04-14  |  146 b   |  12 lines

  1. /* Generated by Project Builder */
  2.  
  3. #import "ShapeView.h"
  4.  
  5. @interface CircleView:ShapeView
  6. {
  7. }
  8.  
  9. - drawSelf:(NXRect *)rects :(int)rectCount;
  10.  
  11. @end
  12.