Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
MPOAuthCredentialConcreteStore+KeychainAdditions.h
Go to the documentation of this file.
1 //
2 // MPOAuthCredentialConcreteStore+TokenAdditionsMac.h
3 // MPOAuthConnection
4 //
5 // Created by Karl Adam on 08.12.13.
6 // Copyright 2008 matrixPointer. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
11 
12 @interface MPOAuthCredentialConcreteStore (KeychainAdditions)
13 
14 - (void)addToKeychainUsingName:(NSString *)inName andValue:(NSString *)inValue;
15 - (NSString *)findValueFromKeychainUsingName:(NSString *)inName;
16 - (void)removeValueFromKeychainUsingName:(NSString *)inName;
17 
18 @end