|
@@ -69,6 +69,7 @@ public abstract class BaseMVPActivity extends BaseActivity implements IView {
|
|
|
throw new AssertionError("DataMethod第2个参数必须为" + secondCorrectType);
|
|
throw new AssertionError("DataMethod第2个参数必须为" + secondCorrectType);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ method.setAccessible(true);
|
|
|
mDataMethodList.add(method);
|
|
mDataMethodList.add(method);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|