This is Help.h in view mode; [Download] [Up]
/*---------------------------------------------------------------------------
Help.h - Header file for the Help.m class.
-----------------------------------------------------------------------------*/
#import <objc/Object.h>
@interface Help:Object
{
id helpPanel;
}
- init;
- showHelpPanel:sender;
- setHelpPanel:anObject;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.