Skip to content

Instantly share code, notes, and snippets.

@bobgodwinx
Created May 30, 2018 09:25
Show Gist options
  • Select an option

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

Select an option

Save bobgodwinx/e5a11dbba86ca71aee38ac1465459298 to your computer and use it in GitHub Desktop.
S4D04
/// `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