changed API to better reflect behavior

This commit is contained in:
michael starke
2017-05-22 18:10:56 +02:00
parent e8185480f1
commit 69f66f3dd3
3 changed files with 8 additions and 8 deletions

View File

@@ -66,7 +66,7 @@
return self.passwordTextField;
}
- (void)requestPassword:(passwordInputCompletionBlock)completionHandler {
- (void)requestPasswordWithCompletionHandler:(passwordInputCompletionBlock)completionHandler {
self.completionHandler = completionHandler;
[self _reset];
}