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

net.nurigo.sdk.message.model.CommonMessageProperty.kt Maven / Gradle / Ivy

There is a newer version: 4.3.0
Show newest version
package net.nurigo.sdk.message.model

interface CommonMessageProperty {
    /**
     * 수신번호
     */
    var to: String?

    /**
     * 발신번호
     */
    var from: String?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy