Warning: Can't use blame annotator:
svn blame failed on /Trunk/Adium.framework/Versions/A/Headers/AIApplescriptabilityControllerProtocol.h: ("Can't find a temporary directory: Internal error", 20014)

root/Trunk/Adium.framework/Versions/A/Headers/AIApplescriptabilityControllerProtocol.h @ 2

Revision 2, 422 bytes (checked in by jon, 16 years ago)

Initial commit of skeletal project.

RevLine 
1/*
2 *  AIApplescriptabilityControllerProtocol.h
3 *  Adium
4 *
5 *  Created by Evan Schoenberg on 7/31/06.
6 *
7 */
8
9#import <Adium/AIControllerProtocol.h>
10
11@protocol AIApplescriptabilityController <AIController>
12- (void)runApplescriptAtPath:(NSString *)inPath
13                                        function:(NSString *)function
14                                   arguments:(NSArray *)arguments
15                         notifyingTarget:(id)target
16                                        selector:(SEL)selector
17                                        userInfo:(id)userInfo;
18@end
Note: See TracBrowser for help on using the browser.