nib rearranging
[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 - (void)applicationDidBecomeActive:(NSNotification *)aNotification;
14
15 @end