fun onAttach()

in ddmock/src/main/java/com/dd/presenter/MockPresenter.kt [13:15]


    fun onAttach(view: MockView) {
        this.view = view
    }