mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
updated ios references, added docs & tests
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDVPlugin.h"
|
||||
#import <Cordova/CDVPlugin.h>
|
||||
|
||||
enum CDVFileTransferError {
|
||||
FILE_NOT_FOUND_ERR = 1,
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
under the License.
|
||||
*/
|
||||
|
||||
#import "CDV.h"
|
||||
#import <Cordova/CDV.h>
|
||||
#import "CDVFileTransfer.h"
|
||||
#import "CDVFile"
|
||||
|
||||
#import <AssetsLibrary/ALAsset.h>
|
||||
#import <AssetsLibrary/ALAssetRepresentation.h>
|
||||
|
||||
Reference in New Issue
Block a user