UNPKG

314 Btext/x-cView Raw
1// Copyright 2016-present 650 Industries. All rights reserved.
2
3#import <Foundation/Foundation.h>
4#import <UMCore/UMInternalModule.h>
5#import <UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h>
6
7@interface EXBarCodeScannerProvider : NSObject <UMInternalModule, UMBarCodeScannerProviderInterface>
8
9@end