Created
January 13, 2018 13:41
-
-
Save skydoves/f0d37228b12f583d6957d82cf382d4d5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
@PreferenceComponent(entities = arrayOf(Profile::class, Device::class)) | |
interface UserProfileComponent { | |
/** | |
* declare dependency injection targets. | |
*/ | |
fun inject(target: MainActivity) | |
fun inject(target: LoginActivity) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment