mirror of
https://github.com/status-im/react-native-keychain.git
synced 2026-08-31 06:51:08 +00:00
Adopts this https://github.com/facebook/react-native/commit/e1577df1fd70049ce7f288f91f6e2b18d512ff4d
15 lines
285 B
Objective-C
15 lines
285 B
Objective-C
//
|
|
// RNKeychainManager.h
|
|
// RNKeychainManager
|
|
//
|
|
// Created by Joel Arvidsson on 2015-05-20.
|
|
// Copyright (c) 2015 Joel Arvidsson. All rights reserved.
|
|
//
|
|
|
|
#import <React/RCTBridgeModule.h>
|
|
#import <React/RCTLog.h>
|
|
|
|
@interface RNKeychainManager : NSObject <RCTBridgeModule>
|
|
|
|
@end
|