ftp.nice.ch/pub/next/developer/objc/3dkit/Pyramid.s.tar.gz#/Pyramid/ModelController.h

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

/*	ModelController.h - Interface to selecting model
 *	Copyright (C) 1993 Corona Design, Inc. All rights reserved.
 *
 *	Abstract
 *		Encapsulates the user interface for selecting a scene model.
 *
 *	RCS path: 
 *		$Source: /Users/pkron/Projects/voxel/Pyramid/RCS/ModelController.h,v $
 *	Modified: $Date: 93/09/15 12:35:04 $ by $Author: pkron $
 *	Current State: $State: Exp $ locked by $Locker:  $
 */

#import	<appkit/appkit.h>

@interface	ModelController : Object
	{
	id		view;
	}
	
- selectModel: sender;

	
@end

#ifdef	_LOG
/*
 *	$Log:	ModelController.h,v $
 * Revision 1.1  93/09/15  12:35:04  pkron
 * Created.
 * 
 */
#endif

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