diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-23 15:04:44 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-23 15:04:44 -0600 |
commit | 810fcf99105016f5f55647d326909736c3641702 (patch) | |
tree | be4a46a0e0dccbb6c2dff47afacb0fced646e4b8 /ios/AppSecureRandomModule.h | |
parent | 4eb8bc1249ccf6afaa0c77695057a13379cf1aa1 (diff) | |
download | voidsky-810fcf99105016f5f55647d326909736c3641702.tar.zst |
Remove webcrypto polyfill, as it's no longer needed
Diffstat (limited to 'ios/AppSecureRandomModule.h')
-rw-r--r-- | ios/AppSecureRandomModule.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ios/AppSecureRandomModule.h b/ios/AppSecureRandomModule.h deleted file mode 100644 index 0431684c3..000000000 --- a/ios/AppSecureRandomModule.h +++ /dev/null @@ -1,5 +0,0 @@ -#import <React/RCTBridgeModule.h> - -@interface AppSecureRandomModule : NSObject <RCTBridgeModule> - -@end |