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

commonMain.raven.CreditWarning.kt Maven / Gradle / Ivy

The newest version!
package raven

class CreditWarning(
    val to: List,
    val limit: Int,
    val message: (count: Int) -> String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy