ftp.nice.ch/pub/next/database/plz/NXplz.1.1.NIHS.bs.tar.gz#/NXplz-1.1/MyBrowserCell.m

This is MyBrowserCell.m in view mode; [Download] [Up]

#import "MyBrowserCell.h"

@implementation MyBrowserCell

- setTag:(int)t
{
    tag=t;
    return self;
}

- (int)tag
{
    return tag;
}

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.