//// SOSPicker.h// SyncOnSet//// Created by Christopher Sullivan on 10/25/13.////#import <Cordova/CDVPlugin.h>#import "ELCAlbumPickerController.h"#import "ELCImagePickerController.h"@interfaceSOSPicker:CDVPlugin<ELCImagePickerControllerDelegate,UINavigationControllerDelegate,UIScrollViewDelegate>@property(copy)NSString*callbackId;-(void)getPictures:(CDVInvokedUrlCommand*)command;-(UIImage*)imageByScalingNotCroppingForSize:(UIImage*)anImagetoSize:(CGSize)frameSize;@property(nonatomic,assign)NSIntegerwidth;@property(nonatomic,assign)NSIntegerheight;@property(nonatomic,assign)NSIntegerquality;@end