diff options
Diffstat (limited to 'ios/AppSecureRandomModule.h')
-rw-r--r-- | ios/AppSecureRandomModule.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ios/AppSecureRandomModule.h b/ios/AppSecureRandomModule.h new file mode 100644 index 000000000..0431684c3 --- /dev/null +++ b/ios/AppSecureRandomModule.h @@ -0,0 +1,5 @@ +#import <React/RCTBridgeModule.h> + +@interface AppSecureRandomModule : NSObject <RCTBridgeModule> + +@end |