From a56cae626abf6c553cd9756db875c8ab5f903879 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 15 Jun 2022 22:08:28 -0500 Subject: Move the secure-random code into this project due to build issues with the module, which is no longer maintained --- ios/AppSecureRandomModule.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ios/AppSecureRandomModule.h (limited to 'ios/AppSecureRandomModule.h') 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 + +@interface AppSecureRandomModule : NSObject + +@end -- cgit 1.4.1