提交 881ee89c 编写于 作者: 门心叼龙's avatar 门心叼龙

add ITransView.java

上级 a8d9eb23
package com.zjx.vcars.common.mvp;
/**
* Description: <ITransView><br>
* Author: gxl<br>
* Date: 2019/2/26<br>
* Version: V1.0.0<br>
* Update: <br>
*/
public interface ITransView {
//显示背景透明小菊花View,例如删除操作
void showTransLoadingView();
//隐藏背景透明小菊花View
void hideTransLoadingView();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册