
#ifdef RCT_NEW_ARCH_ENABLED
#import <React/RCTViewComponentView.h>
#import <UIKit/UIKit.h>


#import <AVFoundation/AVFoundation.h>
#import "RNScanbotBarcodeScannerViewControllerWrapper.h"
#import <ScanbotBarcodeSDKWrapper/ScanbotBarcodeSDKWrapper-Swift.h>

NS_ASSUME_NONNULL_BEGIN

@interface RNScanbotBarcodeScannerView : RCTViewComponentView<
    SBSDKBarcodeScannerViewControllerDelegate,
    SBSDKBarcodeTrackingOverlayControllerDelegate
>

@end

NS_ASSUME_NONNULL_END
#endif
