Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
Fixed stupid "not using a function signature"
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximillian Dornseif authored and soffes committed Mar 11, 2016
1 parent 1b5fb6c commit ffb04d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.markdown
Expand Up @@ -34,7 +34,7 @@ SSKeychain has the following class methods for working with the system keychain:
+ (NSArray *)accountsForService:(NSString *)serviceName;
+ (NSString *)passwordForService:(NSString *)serviceName account:(NSString *)account;
+ (BOOL)deletePasswordForService:(NSString *)serviceName account:(NSString *)account;
+ (void)setAccessibilityType:kSecAttrAccessibleAfterFirstUnlock;
+ (void)setAccessibilityType:(CFTypeRef)accessibilityType;
+ (BOOL)setPassword:(NSString *)password forService:(NSString *)serviceName account:(NSString *)account;
```

Expand Down

0 comments on commit ffb04d2

Please sign in to comment.