ftp.nice.ch/pub/next/developer/languages/cows/COWS.1.4.s.tar.gz#/COWS/Palettes/COWS_MiscPalette/COWSMiscCategories.m

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

/*
	Copyright (C) 1994 Sean Luke

	COWSMiscCategories.m
	Version 1.0
	Sean Luke
	
*/

#import "COWSMiscCategories.h"


@implementation COWSObjectLibrary (COWSObjectLibraryIB)

- (NXImage*) getIBImage
	{
	return [NXImage findImageNamed:"COWSLibrary"];
	}


@end

@implementation COWSExtendedMathLibrary (COWSExtendedMathLibraryIB)
- (NXImage*) getIBImage
	{
	return [NXImage findImageNamed:"COWSLibrary"];
	}
@end

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