Last active
August 4, 2018 22:21
-
-
Save paulocns/5da21b577e26750b1ae76d046949300e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| public class QueryViewModelArc extends ViewModel { | |
| private SearchShows searchShows; | |
| @Inject | |
| public QueryViewModelArc(SearchShows searchShows) { | |
| this.searchShows = searchShows; | |
| } | |
| //Viewmodel stuff | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment