Skip to content

Instantly share code, notes, and snippets.

@mczachurski
Created February 18, 2018 07:47
Show Gist options
  • Save mczachurski/adb7eff97f54e611796f4147a78247e2 to your computer and use it in GitHub Desktop.
Save mczachurski/adb7eff97f54e611796f4147a78247e2 to your computer and use it in GitHub Desktop.
class TasksRepository : TasksRepositoryProtocol {
init(configuration: Configuration) {
print("Database host: \(configuration.databaseHost)")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment