Skip to content

Instantly share code, notes, and snippets.

@itome
Created January 11, 2019 04:30
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 itome/1d250047f2add17c7f6e4f0e44539fb6 to your computer and use it in GitHub Desktop.
Save itome/1d250047f2add17c7f6e4f0e44539fb6 to your computer and use it in GitHub Desktop.
class CounterViewModel : OwlViewModel<CounterIntent, CounterAction, CounterState>(
initialState = CounterState(),
processor = CounterProcessor()
) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment