created enum to hold outputType values inside SOSPicker

This commit is contained in:
Robert Abeyta
2015-05-18 13:30:06 -07:00
parent 6c86ffcfd5
commit f15e0b65c0
+5
View File
@@ -13,6 +13,11 @@
#define CDV_PHOTO_PREFIX @"cdv_photo_"
typedef enum : NSUInteger {
FILE_URI = 0,
BASE64_STRING = 1
} SOSPickerOutputType;
@implementation SOSPicker
@synthesize callbackId;