/*

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
