ftp.nice.ch/pub/next/developer/resources/palettes/ObjectPalette.1.0.N.bs.tar.gz#/ObjectPalette/ObjectPalette.h

This is ObjectPalette.h in view mode; [Download] [Up]

//---------------------------------------------------------------------------------------------------------
//
//	ObjectPalette
//
//	Inherits From:		IBPalette
//
//	Declared In:		ObjectPalette.h
//
//	Class Description
//
//		This class owns and manages ObjectPalette.nib.
//
//	Disclaimer
//
//		You may freely copy, distribute and reuse this software and its
//		associated documentation. I disclaim any warranty of any kind, 
//		expressed or implied, as to its fitness for any particular use.
//
//---------------------------------------------------------------------------------------------------------
#import <apps/InterfaceBuilder.h>

@interface ObjectPalette: IBPalette
{
	id 	objectData;
    	id 	objectView;
}

- finishInstantiate;

@end

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