version 3.1 checkin
[TestXSLT.git] / AppDelegate.h
1 //
2 //  NSDocumentControllerNotificationCategory.h
3 //  TestXSLT
4 //
5 //  Created by Marc Liyanage on Sat Mar 29 2003.
6 //  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 @interface AppDelegate : NSObject
12 {
13         IBOutlet NSWindow* prefsWindow;
14 }
15
16 - (void)applicationWillTerminate:(NSNotification *)aNotification;
17
18 @end