Skip to content

Instantly share code, notes, and snippets.

@O-O-wl
Created May 21, 2020 08:17
Show Gist options
  • Save O-O-wl/814f9c9e43d32a517ad37d5d4d46d39a to your computer and use it in GitHub Desktop.
Save O-O-wl/814f9c9e43d32a517ad37d5d4d46d39a to your computer and use it in GitHub Desktop.
enum SideEffect {
case requestAutoCompletion(for: String)
case requestSearch(for: String)
case loadNextPage(at: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment