Skip to content

Instantly share code, notes, and snippets.

@shahbazahmed1269
Created May 29, 2017 14:56
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 shahbazahmed1269/ae6d68443e0ed1272a51199b799837e8 to your computer and use it in GitHub Desktop.
Save shahbazahmed1269/ae6d68443e0ed1272a51199b799837e8 to your computer and use it in GitHub Desktop.
public interface IssueRepository {
LiveData<ApiResponse> getIssues(String owner, String repo);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment