CB-9247 - Added macro to conditionally add NSData+Base64.h
This commit is contained in:
parent
b683315be6
commit
63110ea54c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user