mirror of
https://github.com/status-im/react-native-keychain.git
synced 2025-01-14 23:34:15 +00:00
7280e924ef
Adopts this e1577df1fd
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
|