[1.0.0]
[m1] [m1初始提交]
This commit is contained in:
@@ -76,6 +76,13 @@ public abstract class MvpDialogFragment< V extends IView, P extends Presenter< V
|
||||
@NonNull
|
||||
protected abstract P createPresenter();
|
||||
|
||||
/**
|
||||
* 获取绑定的TAG标记
|
||||
*
|
||||
* @return 返回唯一TAG标记
|
||||
*/
|
||||
public abstract String getTagName();
|
||||
|
||||
@Nullable
|
||||
protected < T extends View > T findViewById( int id ) {
|
||||
if ( mRootView != null ) {
|
||||
|
||||
Reference in New Issue
Block a user