Skip to content

Instantly share code, notes, and snippets.

@O-O-wl
Created May 21, 2020 08:19
Show Gist options
  • Save O-O-wl/29fc0e1dd93b18e9e21ebcc40c3d974d to your computer and use it in GitHub Desktop.
Save O-O-wl/29fc0e1dd93b18e9e21ebcc40c3d974d to your computer and use it in GitHub Desktop.
struct State {
var onProgress: Bool
var hasNextPage: Bool
var query: String
var autoCompletions: [String]
var searchResults: [SearchResult]
fileprivate var currentPage: Int
fileprivate var lastPage: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment