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

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

There is a newer version: 3.0.11
Show newest version
package raven

data class MockAttachment(
    override val content: T,
    override val type: String,
    override val name: String
) : EmailAttachment




© 2015 - 2024 Weber Informatics LLC | Privacy Policy