Skip to content

Instantly share code, notes, and snippets.

@Laimiux
Last active March 27, 2018 06:24
Show Gist options
  • Save Laimiux/44192852766839caad42e307a43722b1 to your computer and use it in GitHub Desktop.
Save Laimiux/44192852766839caad42e307a43722b1 to your computer and use it in GitHub Desktop.
interface CommentRepo {
fun submitComment(comment: String): Observable<Lce<Comment>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment