Skip to content

Instantly share code, notes, and snippets.

@RPallas92
Last active December 30, 2017 16:02
Show Gist options
  • Save RPallas92/7058546df1e6ec5c88dc7cafd068c5c6 to your computer and use it in GitHub Desktop.
Save RPallas92/7058546df1e6ec5c88dc7cafd068c5c6 to your computer and use it in GitHub Desktop.
enum Event {
case addTodo(Todo)
case toggleTodo(Todo)
case setVisibilityFilter(VisibilityFilter)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment