//
//  VFYFailFinalPreviewWrapper.h
//  Verif-y
//
//  Created by MTN on 14/09/20.
//

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

@interface VFYFailFinalPreviewWrapper : UIViewController <UINavigationControllerDelegate, UIImagePickerControllerDelegate>

@property (nonatomic, assign) BOOL selectionType;
@property (strong, nonatomic) IBOutlet UIImageView* imagePreview;
@property(nonatomic,retain) UIImagePickerController* imagePicker;
@property (strong, nonatomic) UIImage* passImage;
@property (nonatomic) comeFromView selectedView;
@property (strong, nonatomic) VFYIDSuccess *idSuccess;
@property (strong, nonatomic) ResultModelIdFail *idFail;
@property (nonatomic) CFTimeInterval idFailDurationStart;

@end
