We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966dd62 commit d456a24Copy full SHA for d456a24
1 file changed
Code/Protocols/protocols.swift.liquid
@@ -32,7 +32,6 @@ protocol {{ module_info.name }}InteractorProtocol: class {
32
33
var presenter: {{ module_info.name }}PresenterProtocol? { get set }
34
// INTERACTOR -> PRESENTER
35
- func login(login: String, password: String, service: String?)
36
37
}
38
0 commit comments