diff options
Diffstat (limited to 'iPhone/CordovaLib/Classes/CDVFile.h')
-rwxr-xr-x | iPhone/CordovaLib/Classes/CDVFile.h | 2 |
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; |