mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
6 lines
275 B
Objective-C
6 lines
275 B
Objective-C
#import <document/document.h>
|
|
|
|
@interface DocumentOpenHelper : NSObject
|
|
- (void)tryOpenDocument:(document::document_ptr const&)aDocument forWindow:(NSWindow*)aWindow completionHandler:(void(^)(std::string const& error, oak::uuid_t const& filterUUID))aCompletionHandler;
|
|
@end
|