react-native-bt-device/ios/BtDevice.h

13 lines
212 B
C
Raw Permalink Normal View History

2024-03-24 09:45:44 +00:00
#ifdef RCT_NEW_ARCH_ENABLED
#import "RNBtDeviceSpec.h"
@interface BtDevice : NSObject <NativeBtDeviceSpec>
#else
#import <React/RCTBridgeModule.h>
@interface BtDevice : NSObject <RCTBridgeModule>
#endif
@end