This is WhiteFilledSquare.m in view mode; [Download] [Up]
#import "WhiteFilledSquare.h" @implementation WhiteFilledSquare - (float) color { return NX_WHITE; } - (BOOL) isWhite { return YES; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.