home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Documents / OOPClass / Examples / ExtendDraw / Eps.bproj / Eps.h < prev    next >
Encoding:
Text File  |  1992-07-15  |  104 b   |  12 lines

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