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