co.early.fore.net.MessageProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fore-kt-network Show documentation
Show all versions of fore-kt-network Show documentation
fore - network code for kotlin
package co.early.fore.net
/**
* Created by eric on 12/01/2017.
*/
interface MessageProvider {
val message: M
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy