#import @interface CustomCamera : CDVPlugin { CDVInvokedUrlCommand *lastCommand; NSString *filename; CGFloat quality; CGFloat targetWidth; CGFloat targetHeight; int nDestType; int nSourceType; NSString* strPhotoName; } - (void)startCamera:(CDVInvokedUrlCommand*)command; @end