#import <Cordova/CDV.h>

@interface IosFileChooser : CDVPlugin <UIDocumentMenuDelegate, UIDocumentPickerDelegate>

- (void) open:(CDVInvokedUrlCommand*)command;

@end

