mirror of
https://github.com/status-im/react-native-randombytes.git
synced 2026-08-27 17:11:12 +00:00
Update [just the] iOS headers for RN 0.40+ (#15)
* Updating RNRandomBytes.h to comply with React Native updates. * Updating RNRandomBytes.m to comply with React Native updates.
This commit is contained in:
committed by
Mark Vayngrib
parent
9ea8f6129b
commit
f6bd9e5cc0
+2
-2
@@ -7,8 +7,8 @@
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "RCTBridgeModule.h"
|
||||
#import "RCTBridge.h"
|
||||
#import <React/RCTBridgeModule.h>
|
||||
#import <React/RCTBridge.h>
|
||||
|
||||
@interface RNRandomBytes : NSObject<RCTBridgeModule>
|
||||
|
||||
|
||||
+2
-2
@@ -7,8 +7,8 @@
|
||||
//
|
||||
|
||||
#import "RNRandomBytes.h"
|
||||
#import "RCTBridgeModule.h"
|
||||
#import "RCTBridge.h"
|
||||
#import <React/RCTBridgeModule.h>
|
||||
#import <React/RCTBridge.h>
|
||||
|
||||
@implementation RNRandomBytes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user