Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GauravChaddha1996/2fb8e325ce138a9b0d8cbcd062063c55 to your computer and use it in GitHub Desktop.
Save GauravChaddha1996/2fb8e325ce138a9b0d8cbcd062063c55 to your computer and use it in GitHub Desktop.
interface MyViewInterface {
/* MyState class is a class which contains all the data needed
to display the UI of the said activity. */
void updateUI(MyState state);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment