ftp.nice.ch/pub/next/developer/objc/appkit/Crossword.1.1.NIHS.bs.tar.gz#/Crossword.1.1.NIHS.bs/Source/AppDelegate.h

This is AppDelegate.h in view mode; [Download] [Up]

/*

File AppDelegate.h

The application delegate is responsible for updating menus and handling basic menu commands.

*/

#import <objc/Object.h>


/* 行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行  */


@interface AppDelegate:Object
{
	id		inspector;
}

- appDidInit: sender;
- (BOOL) appAcceptsAnotherFile: sender;
- (BOOL) app: sender  openFile: (const char *) file  type: (const char *) type;
- new: sender;
- open: sender;
- (BOOL) menuItemUpdate: menuCell;
- mainCrossword;
- mainPuzzle;

@end

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