Guest User

Untitled

a guest
Jun 11th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. class AuthInteractor(private val networkService: NetworkService) {
  2. fun login(userName : String, password : String, listener : (Boolean) -> Unit){
  3. ...
  4. }
  5. fun logout(listener : (Boolean) -> Unit){
  6. ...
  7. }
  8. }
Add Comment
Please, Sign In to add comment