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.