mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
7 lines
350 B
Objective-C
7 lines
350 B
Objective-C
#import <file/encoding.h>
|
|
#import <oak/misc.h>
|
|
|
|
PUBLIC @interface OakSavePanel : NSObject
|
|
+ (void)showWithPath:(NSString*)aPathSuggestion directory:(NSString*)aDirectorySuggestion fowWindow:(NSWindow*)aWindow encoding:(encoding::type const&)encoding completionHandler:(void(^)(NSString* path, encoding::type const& encoding))aCompletionHandler;
|
|
@end
|