Files
react-native-randombytes/RNRandomBytes.h
T
Brandon Fancher f6bd9e5cc0 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.
2017-08-28 21:55:32 -04:00

16 lines
298 B
Objective-C

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