diff --git a/src/ios/SOSPicker.m b/src/ios/SOSPicker.m index da08db2..504622c 100644 --- a/src/ios/SOSPicker.m +++ b/src/ios/SOSPicker.m @@ -13,6 +13,11 @@ #define CDV_PHOTO_PREFIX @"cdv_photo_" +typedef enum : NSUInteger { + FILE_URI = 0, + BASE64_STRING = 1 +} SOSPickerOutputType; + @implementation SOSPicker @synthesize callbackId;