ftp.nice.ch/pub/next/games/board/Ergo.NIHS.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.