Created
April 13, 2019 17:39
-
-
Save zawadz88/4f4b4c34aa023ce382bb8a7c460e8b70 to your computer and use it in GitHub Desktop.
actual
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class OfferFragment : DaggerFragment() { | |
@Inject lateinit var sharedPreferences: SharedPreferences, | |
@Inject lateinit var textProducer: TextProducer, | |
@Inject lateinit var someDep: SomeDep | |
// Fragment body | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment