ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.s.gnutar.gz#/MiscKit2/Temp/Adder/MiscControllerKit.subproj/MiscInfoNibManager.h

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

/*
 	MiscInfoNibManager.h
	Author:		Todd Thomas <tthomas@thoughtport.com>
	Created:	May 24, 1996
	Copyright:	Copyright 1996, Todd Thomas

 	$Id:$
*/

// Superclass Header
#import <MiscControllerKit/MiscNibManager.h>

// Forward class declarations
@class NSString;
@class MiscInfoWindowManager;


@interface MiscInfoNibManager : MiscNibManager
{
}

/*" Default nib filename "*/
- (NSString*) nibFilename;

/*" Accessors "*/
- (MiscInfoWindowManager*) infoWindowManager;

@end



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