package com.hx.hxchat.otto;
public class GroupListsRefeshEvent {
private boolean needRefresh;
public boolean isNeedRefresh() {
return needRefresh;
}
public void setNeedRefresh(boolean needRefresh) {
this.needRefresh = needRefresh;
}
}