react-native-randombytes/RNRandomBytes.h

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