ftp.nice.ch/pub/next/developer/inspectors/ObjInspector.1.0.s.tar.gz#/ObjInspector/ObjInspector.h

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

//----------------------------------------------------------------------------------------------------
//
//	ObjInspector
//
//	Inherits From:		WMInspector
//
//	Declared In:		ObjInspector.h
//
//	Class Description
//
//		ObjInspector manages trivial contents inspection of Object files (.o).
//	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 <appkit/appkit.h>
#import <apps/Workspace.h>

@interface ObjInspector:WMInspector
{
	id	textView;
}

@end

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