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

io.api.bloxy.model.IModel.kt Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package io.api.bloxy.model


/**
 * Basic models funcs
 *
 * @author GoodforGod
 * @since 17.11.2018
 */
interface IModel {
    fun isEmpty(): Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy