This is ImageCell.h in view mode; [Download] [Up]
#import <appkit/Cell.h>
@interface ImageCell:Cell
{
NSString *_path;
NXImage *_image;
}
- (NXImage *)image;
- (NSString *)imagePath;
- (void)setImagePath:(NSString *)aPathName;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.