Skip to content

Instantly share code, notes, and snippets.

@zawadz88
Created April 13, 2019 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zawadz88/dc30c0cb81c33f3a57f9e7254d005c01 to your computer and use it in GitHub Desktop.
Save zawadz88/dc30c0cb81c33f3a57f9e7254d005c01 to your computer and use it in GitHub Desktop.
expected
class OfferFragment
@Inject constructor(
private val sharedPreferences: SharedPreferences,
private val textProducer: TextProducer,
private val someDep: SomeDep
) : Fragment() {
// Fragment body
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment