ftp.nice.ch/pub/next/connectivity/protocol/GateKeeper.3.0.Beta.4.s.tar.gz#/GateKeeper.3.0.Beta.4.s/PreferencesPanelController.m

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

//*****************************************************************************
//
//	PreferencesPanelController.h.  
//
//		Preferences logic abstract superclass.
//
//			by	Felipe A. Rodriguez		
//
//*****************************************************************************

#import "PreferencesPanelController.h"


 


@implementation PreferencesPanelController

//*****************************************************************************
//
//		returns the inspector panel we control, implemented by subclasses
//
//*****************************************************************************

- inspectorPanel
{
    return 	self;
}

@end

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