home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / OOP_Course / Examples / ExtendDraw / Eps.bproj / Eps.h < prev    next >
Encoding:
Text File  |  1993-01-18  |  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.