Skip to content

Instantly share code, notes, and snippets.

@O-O-wl
Created May 28, 2020 12:21
Show Gist options
  • Save O-O-wl/fb9f463a2894b2c82bf7f05c15af633d to your computer and use it in GitHub Desktop.
Save O-O-wl/fb9f463a2894b2c82bf7f05c15af633d to your computer and use it in GitHub Desktop.
enum SideEffect {
case requestAutoCompletions(for: String)
case requestSearchResults(for: String)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment