This is UrlGraphicCell.h in view mode; [Download] [Up]
#import <appkit/Cell.h>
@interface UrlGraphicCell:Cell
{
char *myUrl;
char *myTempFile;
}
- initWithUrl: (const char *) url;
- (void) setUrl: (const char *) url;
- (const char *) url;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.