1 // Copyright 2016-present 650 Industries. All rights reserved.
2 
3 #import <Foundation/Foundation.h>
4 #import <ExpoModulesCore/EXInternalModule.h>
5 #import <ExpoModulesCore/EXBarcodeScannerProviderInterface.h>
6 
7 @interface EXBarCodeScannerProvider : NSObject <EXInternalModule, EXBarCodeScannerProviderInterface>
8 
9 @end
10