home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / PostScript / Pencil / Source / PencilImage.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  127 b   |  10 lines

  1. #import "PencilGraphic.h"
  2.  
  3. @interface PencilImage:PencilGraphic
  4. {
  5.     id theImage;
  6. }
  7.  
  8. - initFromFile:(const char *)filename;
  9. @end
  10.