16 lines
286 B
C
16 lines
286 B
C
|
//
|
||
|
// RNRandomBytes.h
|
||
|
// randombytes
|
||
|
//
|
||
|
// Created by Mark Vayngrib on 10/13/15.
|
||
|
// Copyright (c) 2015 Facebook. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import "RCTBridgeModule.h"
|
||
|
#import "RCTBridge.h"
|
||
|
|
||
|
@interface RNRandomBytes : NSObject<RCTBridgeModule>
|
||
|
|
||
|
@end
|