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.