ftp.nice.ch/pub/next/connectivity/news/Alexandra-0.9.s.tar.gz#/alex/NiceStuff.subproj/UrlGraphicCell.h

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.