Skip to content

Instantly share code, notes, and snippets.

@O-O-wl
Last active May 21, 2020 08:17
Show Gist options
  • Save O-O-wl/1e4000b888beded1b18a1010d3107c59 to your computer and use it in GitHub Desktop.
Save O-O-wl/1e4000b888beded1b18a1010d3107c59 to your computer and use it in GitHub Desktop.
enum Action {
case typing(String)
case tapSearchButton
case showLastCell
case fetchAutoCompletion([String])
case fetchSearchResult(SearchResult)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment