Skip to content

Instantly share code, notes, and snippets.

@ajailani4
Created April 12, 2021 08:02
Show Gist options
  • Save ajailani4/bd85d4917a267d74af52a626fd9049e8 to your computer and use it in GitHub Desktop.
Save ajailani4/bd85d4917a267d74af52a626fd9049e8 to your computer and use it in GitHub Desktop.
class MainRepository @Inject constructor(
private val apiHelper: ApiHelper
) {
// Do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment