//
//  VFYFailImagePreviewWrapper.h
//  Verif-y
//
//  Created by MTN on 13/09/20.
//

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

@interface VFYFailImagePreviewWrapper : 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 (strong, nonatomic) ResultModelIdFail *idFail;
@property (nonatomic) CFTimeInterval idFailDurationStart;

@end
