All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.siwenyan.common.ILive Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
package com.github.siwenyan.common;

public interface ILive {
    Heart getHeart();
    boolean stop();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy