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.