Created
May 30, 2018 08:39
-
-
Save bobgodwinx/69d57f5b833dc109300d8dea7cf147a8 to your computer and use it in GitHub Desktop.
S4D02
This file contains hidden or 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
| /// `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