//
//  VFYIDSelfieGuideWrapper.h
//  Verif-y
//
//  Created by MTN on 12/09/20.
//

#import "VFYVerifyApp.h"
#import "Utilities.h"
#import "VFYIDSuccess.h"
#import "VFYIDGuideProtocol.h"

@interface VFYIDSelfieGuideWrapper : UIViewController <UINavigationControllerDelegate, UIImagePickerControllerDelegate>

@property (nonatomic) optionSelected selectedOption;
@property (strong, nonatomic) id idSuccess;
@property (nonatomic) componentCallDirectly callDirectlyFlag;
@property (retain, nonatomic) id<VFYIDGuideProtocol> selfieGuide;
@property (strong, nonatomic) NSString *selfieFaceImage;

@end
