com.hyf.hotrefresh.core.install.Installer Maven / Gradle / Ivy
package com.hyf.hotrefresh.core.install;
/**
* @author baB_hyf
* @date 2022/05/12
*/
public interface Installer {
void install();
}
package com.hyf.hotrefresh.core.install;
/**
* @author baB_hyf
* @date 2022/05/12
*/
public interface Installer {
void install();
}