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

#import <Foundation/Foundation.h>
#import <UMCore/UMInternalModule.h>
#import <UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h>

@interface EXBarCodeScannerProvider : NSObject <UMInternalModule, UMBarCodeScannerProviderInterface>

@end
