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

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

@interface VFYFrontGuideWrapper : UIViewController <UINavigationControllerDelegate, UIImagePickerControllerDelegate>

@property (nonatomic, assign) BOOL selectionType;
@property (nonatomic, assign) NSString *stepType;
@property (strong, nonatomic) ResultModelIdFail *idFail;
@property (nonatomic) CFTimeInterval idFailDurationStart;

@end
