ftp.nice.ch/pub/next/tools/frontends/SystemWorks.1.1.N.bs.tar.gz#/SystemWorks-1.1/MyCell.h

This is MyCell.h in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import <appkit/Cell.h>

@interface MyCell:Cell
{
	float color;
}

- init;
- (float) color;
- setColor:(float)newcolor;
- drawInside:(const NXRect *)cellFrame inView:controlView;

@end

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