ftp.nice.ch/pub/next/developer/objc/appkit/Ergo.1.0.N.bs.tar.gz#/Ergo/From_Article/BlackFilledSquare.m

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

#import "BlackFilledSquare.h"

@implementation BlackFilledSquare

- (float) color {
    return NX_BLACK;
}

- (BOOL) isWhite {
    return NO;
}

@end

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