mirror of
https://github.com/status-im/react-native-keychain.git
synced 2025-03-03 06:10:33 +00:00
parent
732b765c7a
commit
7280e924ef
@ -6,8 +6,8 @@
|
||||
// Copyright (c) 2015 Joel Arvidsson. All rights reserved.
|
||||
//
|
||||
|
||||
#import "RCTBridgeModule.h"
|
||||
#import "RCTLog.h"
|
||||
#import <React/RCTBridgeModule.h>
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
@interface RNKeychainManager : NSObject <RCTBridgeModule>
|
||||
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
#import <Security/Security.h>
|
||||
#import "RNKeychainManager.h"
|
||||
#import "RCTConvert.h"
|
||||
#import "RCTBridge.h"
|
||||
#import "RCTUtils.h"
|
||||
#import <React/RCTConvert.h>
|
||||
#import <React/RCTBridge.h>
|
||||
#import <React/RCTUtils.h>
|
||||
|
||||
@implementation RNKeychainManager
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user