This is AppDelegate.h in view mode; [Download] [Up]
/*
* Author: Greg Burd, Mr. Average Developer
* (I would like to be a member of the NeXT Developer Support Team.)
*
* You may freely copy, distribute and reuse the code in this example.
* I disclaim any warranty of any kind, expressed or implied, as to
* its fitness for any particular use.
*/
#import <objc/Object.h>
@interface AppDelegate:Object
{
id myInspector;
}
- appDidInit:sender;
- showInspector:sender;
- inspectSendersTitle:sender;
- free:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.