//
//  Created by Trulioo Inc. on 2024-05-02.
//

#ifndef TruliooView_h
#define TruliooView_h

#import <UIKit/UIKit.h>
#import <React/RCTViewManager.h>

@interface TruliooView : UIView

@property (nonatomic, copy) RCTDirectEventBlock onCaptureRegionChanged;

- (void)renderCamera:(NSString *)json;
- (void)stopCamera;

@end

#endif /* TruliooView_h */
