version 3.1 checkin
[TestXSLT.git] / NSApplicationScriptingCategory.h
1 //
2 //  NSApplicationScriptingCategory.h
3 //  AETest
4 //
5 //  Created by Marc Liyanage on Thu Jul 04 2002.
6 //  Copyright (c) 2002 __MyCompanyName__. All rights reserved.
7 //
8 // $Id$
9
10
11 #import <Cocoa/Cocoa.h>
12
13 @interface NSApplication(Scripting)
14
15 - (id)handleCreateScriptCommand:(NSScriptCommand*)command;
16
17 @end