Created
July 30, 2021 13:56
-
-
Save SamueldaCostaAraujoNunes/3e6c82d6e6b8cb6ff6240a3196fa1bdd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package br.com.samuelnunes.rickandmortyapp.ui.charactersFragment | |
import androidx.lifecycle.ViewModel | |
import dagger.hilt.android.lifecycle.HiltViewModel | |
import javax.inject.Inject | |
@HiltViewModel | |
class CharactersViewModel @Inject constructor() : ViewModel() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment