home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume30 / gnuplot3 / patch02c / EPSView.m < prev    next >
Encoding:
Text File  |  1992-06-19  |  364 b   |  26 lines

  1. #ifndef lint
  2. static char *RCSid = "$Id: EPSView.m,v 3.24 1992/02/29 16:23:41 woo Exp woo $";
  3. #endif
  4.  
  5. /*
  6.  * $Log: EPSView.m,v $
  7. # Revision 3.24  1992/02/29  16:23:41  woo
  8. # gnuplot3.2, beta 4
  9. #
  10.  * Revision 3.23  1992/02/21  20:18:16  woo
  11.  * gnuplot3.2, beta 3
  12.  *
  13.  */
  14.  
  15. #import "EPSView.h"
  16.  
  17. @implementation EPSView
  18.  
  19. + new
  20. {
  21.     self = [super new];
  22.     return self;
  23. }
  24.  
  25. @end
  26.