//
//  USBPrinterEpsonAdapter.h
//
//  Created by Till POS on 14/09/21.
//


#ifndef USBPrinterEpsonAdapter_h
#define USBPrinterEpsonAdapter_h

#if __has_include("RCTBridgeModule.h")
#import "RCTBridgeModule.h"
#else
#import <React/RCTBridgeModule.h>
#endif

@interface USBPrinterEpsonAdapter : NSObject

@end

#endif /* USBPrinterEpsonAdapter_h */
