#ifdef RCT_NEW_ARCH_ENABLED
#import "RCTFabricComponentsPlugins.h"
#import <React/RCTConversions.h>
#import <React/RCTViewComponentView.h>
#import <React/UIView+React.h>

#import <react/renderer/components/RNScanbotScannerViewSpec/ComponentDescriptors.h>
#import <react/renderer/components/RNScanbotScannerViewSpec/EventEmitters.h>
#import <react/renderer/components/RNScanbotScannerViewSpec/Props.h>
#import <react/renderer/components/RNScanbotScannerViewSpec/RCTComponentViewHelpers.h>

#import <React/RCTViewComponentView.h>
#import <UIKit/UIKit.h>
#import <AVFoundation/AVFoundation.h>
#import <ScanbotSDK/ScanbotSDK-Swift.h>
#import <ScanbotSDKNativeWrapper/ScanbotSDKNativeWrapper-Swift.h>

NS_ASSUME_NONNULL_BEGIN

@interface RNScanbotCroppingView : RCTViewComponentView

@end

NS_ASSUME_NONNULL_END
#endif
