//
//  VFYSelfieFinalPreviewWrapper.h
//  Verif-y
//
//  Created by MTN on 16/11/20.
//

#import <UIKit/UIKit.h>
#import "Utilities.h"
#import "VFYConstant.h"
#import "VFYIDSuccess.h"

@interface VFYSelfieFinalPreviewWrapper : UIViewController <UINavigationControllerDelegate, UIImagePickerControllerDelegate>

@property (nonatomic) optionSelected selectedOption;
@property (strong, nonatomic) IBOutlet UIImageView *imagePreview;
@property(nonatomic,retain) UIImagePickerController* imagePicker;
@property (strong, nonatomic) UIImage* passImage;
//@property (nonatomic) comeFromView selectedView;
@property (strong, nonatomic) id idSuccess;
@property (nonatomic) CFTimeInterval audit_event_Duration;

@end
