Created
July 16, 2017 19:38
-
-
Save ncreated/a03440fcc218e3a7feb28b724b8f4590 to your computer and use it in GitHub Desktop.
Medium blogpost snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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