/ RNRandomBytes.h
RNRandomBytes.h
 1  //
 2  //  RNRandomBytes.h
 3  //  randombytes
 4  //
 5  //  Created by Mark Vayngrib on 10/13/15.
 6  //  Copyright (c) 2015 Facebook. All rights reserved.
 7  //
 8  
 9  #import <Foundation/Foundation.h>
10  #import <React/RCTBridgeModule.h>
11  #import <React/RCTBridge.h>
12  
13  @interface RNRandomBytes : NSObject<RCTBridgeModule>
14  
15  @end