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.