ftp.nice.ch/pub/next/graphics/vector/PencilTWO.s.tar.gz#/PencilTWO/Source/PencilImage.h

This is PencilImage.h in view mode; [Download] [Up]

#import "PencilGraphic.h"

@interface PencilImage:PencilGraphic
{
	id theImage;
	NXSize originalSize;
	char *filename;
}

- initFromFile:(const char *)fn;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.