package tellh.com.gitclub.presentation.contract.bus.event; /** * Created by tlh on 2016/9/3 :) */ public class QuickReturnEvent { public boolean toHide; public QuickReturnEvent(boolean toHide) { this.toHide = toHide; } }