Created
April 15, 2019 17:08
-
-
Save tfcporciuncula/59a739b324bc9af7d994a02cde80bc33 to your computer and use it in GitHub Desktop.
BookPresenterModule.kt
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
@Module | |
abstract class BookPresenterModule { | |
@Binds abstract fun bindBookPresenter(bookPresenter: BookPresenterImpl): BookPresenter | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment