Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created November 12, 2018 21:17
Show Gist options
  • Save vialyx/99b4bcc180fe04ec0543cdeb92fe1341 to your computer and use it in GitHub Desktop.
Save vialyx/99b4bcc180fe04ec0543cdeb92fe1341 to your computer and use it in GitHub Desktop.
...
private let database: Database!
init(apiClient: APIClient, database: Database) {
self.apiClient = apiClient
self.database = database
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment