CB-9247 - Added macro to conditionally add NSData+Base64.h

This commit is contained in:
Shazron Abdullah 2015-06-25 06:20:25 -07:00
parent b683315be6
commit 63110ea54c

View File

@ -30,6 +30,10 @@
#import <MobileCoreServices/UTCoreTypes.h>
#import <objc/message.h>
#ifndef __CORDOVA_4_0_0
#import <Cordova/NSData+Base64.h>
#endif
#define CDV_PHOTO_PREFIX @"cdv_photo_"
static NSSet* org_apache_cordova_validArrowDirections;