This is Plot2D.h in view mode; [Download] [Up]
/* Plot2D.h By Paul Kunz March 1992
* Replacement of obsolete class used for backward compatiblity.
*
* Copyright (C) 1991 The Board of Trustees of
* The Leland Stanford Junior University. All Rights Reserved.
*/
#define PLOT2D_H_ID "$Id: Plot2D.h,v 2.3 1992/12/05 17:50:18 pfkeb Exp $"
#import "Plot1D.h"
@interface Plot2D : Plot1D
{
}
- read:(NXTypedStream *)stream;
/*
* Standard NeXTstep de-archiving method.
*/
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.