Skip to content

Instantly share code, notes, and snippets.

@filipproch
Created March 18, 2018 20:07
Show Gist options
  • Save filipproch/f0874a7c4f7bfac044ea1ca1c38bb026 to your computer and use it in GitHub Desktop.
Save filipproch/f0874a7c4f7bfac044ea1ca1c38bb026 to your computer and use it in GitHub Desktop.
interface TasksRepository {
fun createNewTask(message: String)
fun getTasks(): List<Task>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment