ModelImpl
+ fetch(params)- showloading(params)- stoploading()
+ IPresenter:mPresenter = PresenterImpl
+ initView(params)- showloading(params)- stoploading()
IView
+ showInfo(params)- showloading(params)- stopliading()
BaseRequest
Model
LoadingDialog
IPresenter
PresenterImpl
+ Model:mModel = ModelImpl+ View :viewImpl