2 // NSDocumentControllerNotificationCategory.h
5 // Created by Marc Liyanage on Sat Mar 29 2003.
6 // Copyright (c) 2003 __MyCompanyName__. All rights reserved.
9 #import <Cocoa/Cocoa.h>
11 @interface AppDelegate : NSObject
13 IBOutlet NSWindow* prefsWindow;
16 - (void)applicationWillTerminate:(NSNotification *)aNotification;