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

kz.btsd.messenger.bot.domain.Indent.kt Maven / Gradle / Ivy

The newest version!
package kz.btsd.messenger.bot.domain

data class Indent(
        var left: Int? = null,
        var top: Int? = null,
        var right: Int? = null,
        var bottom: Int? = null
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy