Skip to content

Instantly share code, notes, and snippets.

@yemyatthu1990
Last active February 9, 2017 00:51
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/52669acd8f7b3b3d018cd34620a58297 to your computer and use it in GitHub Desktop.
Save yemyatthu1990/52669acd8f7b3b3d018cd34620a58297 to your computer and use it in GitHub Desktop.
public interface TownshipRepository {
Observable<List<Township>> townships();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment