Skip to content

Instantly share code, notes, and snippets.

@yemyatthu1990
Created February 9, 2017 00:39
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 yemyatthu1990/6e8746d3127f5ca37a7779d3e11a5a02 to your computer and use it in GitHub Desktop.
Save yemyatthu1990/6e8746d3127f5ca37a7779d3e11a5a02 to your computer and use it in GitHub Desktop.
public interface TownshipListView extends LoadDataView {
void renderTownshipList(List<TownshipModel> townshipModels);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment