Skip to content

Instantly share code, notes, and snippets.

@bobgodwinx
Created May 30, 2018 08:39
Show Gist options
  • Select an option

  • Save bobgodwinx/69d57f5b833dc109300d8dea7cf147a8 to your computer and use it in GitHub Desktop.

Select an option

Save bobgodwinx/69d57f5b833dc109300d8dea7cf147a8 to your computer and use it in GitHub Desktop.
S4D02
/// `ContactProviderType` = `Model` requirement
protocol ContactProviderType {
/// Set that contains `Person`
var contacts: Observable<Set<Person>> {get}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment