home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / Draw / PSGraphic.h < prev    next >
Text File  |  1992-02-09  |  119b  |  10 lines

  1. @interface PSGraphic : Graphic
  2. {
  3.     NXStream *newStream;
  4. }
  5.  
  6. - replaceWithImage;
  7. - read:(NXTypedStream *)stream;
  8.  
  9. @end
  10.