This is PanelLoader.h in view mode; [Download] [Up]
/* Interface for PanelLoader. For legal stuff see the file COPYRIGHT. */ #import <appkit/appkit.h> @interface PanelLoader: Object { id helpPanel; id infoPanel; id legalPanel; id prefPanel; } -showHelp: sender; -showInfo: sender; -showPref: sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.