Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created October 9, 2018 23:01
Show Gist options
  • Save zsoltk/da2077300e25ab73d6fa5049674351b1 to your computer and use it in GitHub Desktop.
Save zsoltk/da2077300e25ab73d6fa5049674351b1 to your computer and use it in GitHub Desktop.
interface Lifecycle : ObservableSource<Lifecycle.Event> {
enum class Event {
BEGIN,
END
}
// Remainder omitted
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment