com.github.zxbu.webdavteambition.inf.IUpdateCheck Maven / Gradle / Ivy
package com.github.zxbu.webdavteambition.inf;
/**
* Created by Jason on 2017/9/9.
*/
public interface IUpdateCheck {
void doUpdateCheck(boolean wait, long timeoutMS);
}