mirror of
https://gitee.com/shuto/cordova-plugin-file-opener2.git
synced 2025-01-31 12:02:49 +08:00
7235ec4a0d
- Upped the version to 1.0.4
11 lines
259 B
Objective-C
11 lines
259 B
Objective-C
#import <Cordova/CDV.h>
|
|
|
|
@interface FileOpener2 : CDVPlugin <UIDocumentInteractionControllerDelegate> {
|
|
NSString *localFile;
|
|
}
|
|
|
|
@property(nonatomic, strong) UIDocumentInteractionController *controller;
|
|
|
|
- (void) open: (CDVInvokedUrlCommand*)command;
|
|
|
|
@end |