diff options
Diffstat (limited to 'Source/SPKeychain.h')
-rw-r--r-- | Source/SPKeychain.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPKeychain.h b/Source/SPKeychain.h index 24400938..c1984be1 100644 --- a/Source/SPKeychain.h +++ b/Source/SPKeychain.h @@ -23,8 +23,6 @@ // // More info at <http://code.google.com/p/sequel-pro/> -#import <Foundation/Foundation.h> - @interface SPKeychain : NSObject - (void)addPassword:(NSString *)password forName:(NSString *)name account:(NSString *)account; |