Skip to content

Instantly share code, notes, and snippets.

@ncreated
Created July 16, 2017 19:38
Show Gist options
  • Save ncreated/a03440fcc218e3a7feb28b724b8f4590 to your computer and use it in GitHub Desktop.
Save ncreated/a03440fcc218e3a7feb28b724b8f4590 to your computer and use it in GitHub Desktop.
Medium blogpost snippet
import RxSwift
protocol AutocompleteProvider {
func autocomplete(text: String) -> Observable<[Prediction]>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment