diff --git a/ios/RCTBluetoothSerial/RCTBluetoothSerial.h b/ios/RCTBluetoothSerial/RCTBluetoothSerial.h index d640907..586a8e7 100644 --- a/ios/RCTBluetoothSerial/RCTBluetoothSerial.h +++ b/ios/RCTBluetoothSerial/RCTBluetoothSerial.h @@ -6,7 +6,9 @@ // Copyright © 2016 Jakub Martyčák. All rights reserved. // -#import "RCTBridgeModule.h" +#import +#import + //#import "RCTEventEmitter.h" Wasnt working properly yet, events were fired but listeneres not called #import "BLE.h" diff --git a/ios/RCTBluetoothSerial/RCTBluetoothSerial.m b/ios/RCTBluetoothSerial/RCTBluetoothSerial.m index 0ab9ced..cabcc71 100644 --- a/ios/RCTBluetoothSerial/RCTBluetoothSerial.m +++ b/ios/RCTBluetoothSerial/RCTBluetoothSerial.m @@ -7,7 +7,6 @@ // #import "RCTBluetoothSerial.h" -#import "RCTEventDispatcher.h" @interface RCTBluetoothSerial() - (NSString *)readUntilDelimiter:(NSString *)delimiter;