
#import "RNReactNativeBluetoothSocketBridge.h"

@implementation RNReactNativeBluetoothSocketBridge

- (dispatch_queue_t)methodQueue
{
    return dispatch_get_main_queue();
}
RCT_EXPORT_MODULE()

@end
  