Skip to content

Instantly share code, notes, and snippets.

@renanboni
Created April 13, 2019 17:25
Show Gist options
  • Save renanboni/f70a9a772590cba5be87b452f7a0e216 to your computer and use it in GitHub Desktop.
Save renanboni/f70a9a772590cba5be87b452f7a0e216 to your computer and use it in GitHub Desktop.
interface EventsStreamProvider {
val eventStream: PublishSubject<Event>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment