Skip to content

Instantly share code, notes, and snippets.

@paulocns
Last active August 4, 2018 22:21
Show Gist options
  • Select an option

  • Save paulocns/5da21b577e26750b1ae76d046949300e to your computer and use it in GitHub Desktop.

Select an option

Save paulocns/5da21b577e26750b1ae76d046949300e to your computer and use it in GitHub Desktop.
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