mirror of
https://github.com/status-im/react-native-keychain.git
synced 2025-01-19 09:42:00 +00:00
15 lines
273 B
Objective-C
15 lines
273 B
Objective-C
//
|
|
// RNKeychainManager.h
|
|
// RNKeychainManager
|
|
//
|
|
// Created by Joel Arvidsson on 2015-05-20.
|
|
// Copyright (c) 2015 Joel Arvidsson. All rights reserved.
|
|
//
|
|
|
|
#import "RCTBridgeModule.h"
|
|
#import "RCTLog.h"
|
|
|
|
@interface RNKeychainManager : NSObject <RCTBridgeModule>
|
|
|
|
@end
|