about summary refs log tree commit diff
path: root/ios/AppSecureRandomModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/AppSecureRandomModule.h')
-rw-r--r--ios/AppSecureRandomModule.h5
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