Created
May 30, 2018 09:25
-
-
Save bobgodwinx/e5a11dbba86ca71aee38ac1465459298 to your computer and use it in GitHub Desktop.
S4D04
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
| /// `Contactable` = `ViewModel` requirement | |
| protocol Contactable { | |
| var datasource: Driver<[TableDatasource.Section]> {get} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment