public
Description:
Homepage:
Clone URL: git://github.com/jessegrosjean/quickcursor.git
quickcursor / NSAppleEventDescriptor-Extensions.h
100644 9 lines (5 sloc) 0.229 kb
1
2
3
4
5
6
7
8
9
#import <Foundation/Foundation.h>
 
@interface NSAppleEventDescriptor(Extensions)
 
+ (NSAppleEventDescriptor *)descriptorWithFilePath:(NSString *)fileName;
+ (NSAppleEventDescriptor *)descriptorWithFileURL:(NSURL *)fileURL;
 
@end