This is ImageView.h in view mode; [Download] [Up]
#import <AppKit/AppKit.h>
@interface ImageView:NSView
{
@private
NSImage *_image;
NSString *_imageName;
}
- (NSImage *)image;
- (NSString *)imageName;
- (void)setImage:(NSImage *)anImage;
- (void)setImageName:(NSString *)anImageName;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.