Skip to content

Instantly share code, notes, and snippets.

@andrzejchm
Created July 21, 2017 08:50
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 andrzejchm/247506eb03b3a02d65e1c11e70db2b86 to your computer and use it in GitHub Desktop.
Save andrzejchm/247506eb03b3a02d65e1c11e70db2b86 to your computer and use it in GitHub Desktop.
interface RepositoryRowView {
void setTitle(String title);
void setStarCount(int starCount);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment