Commit 4e61320f by 洪国微

a'

parent f1ce7f73
...@@ -12,7 +12,7 @@ import com.ydl.ydlcommon.mvp.delegate.MvpFragmentDelegateImpl ...@@ -12,7 +12,7 @@ import com.ydl.ydlcommon.mvp.delegate.MvpFragmentDelegateImpl
* Created by haorui on 2019-08-14. * Created by haorui on 2019-08-14.
* Des:基础 MVP Fragment * Des:基础 MVP Fragment
*/ */
abstract class BaseMvpFragment<V : IView, P : IPresenter<V>> : Fragment(), MvpDelegateCallback<V, P>, abstract class BaseMvpFragment<V : IView, P : IPresenter<V>> : BaseFragment(), MvpDelegateCallback<V, P>,
IView { IView {
protected var mPresenter: P ?= null protected var mPresenter: P ?= null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment