laoyuyu
2019-07-10 20:21:42 +08:00
parent b0818537f2
commit b1bc4529c0
32 changed files with 406 additions and 248 deletions

View File

@@ -9,6 +9,7 @@ import com.arialyy.frame.core.AbsFragment;
public abstract class BaseFragment<VB extends ViewDataBinding> extends AbsFragment<VB> {
public int color;
@Override protected void dataCallback(int result, Object obj) {
}