]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/MyKeychain.h
Security-57740.51.3.tar.gz
[apple/security.git] / Keychain / MyKeychain.h
diff --git a/Keychain/MyKeychain.h b/Keychain/MyKeychain.h
deleted file mode 100644 (file)
index 5918e8f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-//  MyKeychain.h
-//  KCSync
-//
-//  Created by John Hurley on 10/3/12.
-//  Copyright (c) 2012 john. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-extern const NSString *kItemPasswordKey;
-extern const NSString *kItemAccountKey;
-extern const NSString *kItemNameKey;
-
-@interface MyKeychain : NSObject
-+ (MyKeychain *) sharedInstance;
-- (void) setPassword: (NSString *) password;
-- (NSString *) fetchPassword;
-- (void)setItem:(NSDictionary *)newItem;
-- (NSMutableArray *) fetchDictionaryWithQuery:(NSMutableDictionary *)query;
-- (NSMutableArray *) fetchDictionaryAll;
-
-- (void)setPasswordFull:(NSString *)account service:(NSString *)service password:(NSString *) thePassword;
-- (void)clearAllKeychainItems;
-
-@end