[m1]
[m1初始提交]
This commit is contained in:
yangyakun
2023-01-29 16:26:14 +08:00
parent 4eae9acbe9
commit 9aafa6d9a0
32 changed files with 598 additions and 29 deletions

View File

@@ -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 ) {