package cn.sinata.rxnetty; /** * 检查网络连接 */ interface OnCheckListener { void doCheck(); }