Commit 544398db authored by huhuanming's avatar huhuanming Committed by GitHub

Update RNDeviceInfo.h

parent c45c14af
......@@ -8,7 +8,12 @@
#import <UIKit/UIKit.h>
#import <sys/utsname.h>
#if __has_include(<React/RCTAssert.h>)
#import <React/RCTBridgeModule.h>
#else
#import "RCTBridgeModule.h"
#endif
@interface RNDeviceInfo : NSObject <RCTBridgeModule>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment