// Copyright 2016-present 650 Industries. All rights reserved.

#import <Foundation/Foundation.h>
#import <ExpoModulesCore/EXInternalModule.h>
#import <ExpoModulesCore/EXBarCodeScannerProviderInterface.h>

@interface EXBarCodeScannerProvider : NSObject <EXInternalModule, EXBarCodeScannerProviderInterface>

@end
