aboutsummaryrefslogtreecommitdiffstats
path: root/iPhone/CordovaLib/Classes/CDVFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhone/CordovaLib/Classes/CDVFile.h')
-rwxr-xr-xiPhone/CordovaLib/Classes/CDVFile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/iPhone/CordovaLib/Classes/CDVFile.h b/iPhone/CordovaLib/Classes/CDVFile.h
index 204c9f0..4862921 100755
--- a/iPhone/CordovaLib/Classes/CDVFile.h
+++ b/iPhone/CordovaLib/Classes/CDVFile.h
@@ -42,6 +42,8 @@ enum CDVFileSystemType {
};
typedef int CDVFileSystemType;
+extern NSString* const kCDVAssetsLibraryPrefix;
+
@interface CDVFile : CDVPlugin {
NSString* appDocsPath;
NSString* appLibraryPath;