ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Temp/DefaultController/DefDBPalette.m

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

#import "DefDBPalette.h"
#import "DefaultController.h"

@implementation  DefDBPalette

- finishInstantiate
{	[self associateObject:[[DefaultController alloc] init]
					 type:IBObjectPboardType with:defView];
	return self;
}

@end

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