XiMengJianYu/.svn/pristine/89/89748075079406c28cbbb6bd11ba88d473e3e594.svn-base
2023-04-17 17:58:44 +08:00

17 lines
396 B
Plaintext
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package com.example.administrator.ximengjianyu.base;
/**
* Created by xukai on 2017/3/10.
* 通过该事件,来判断是该设置登录界面哪个显示影藏
*/
public class LoginViewEvent {
/**
* 该值为true显示等待界面引藏登录
*/
public boolean showWait;
/**
* 关闭主页面
*/
public boolean closeHomeActivity;
}