BaseFileAttachmentUiModel.kt 174 Bytes
Newer Older
1 2 3 4 5 6
package chat.rocket.android.chatroom.uimodel

interface BaseFileAttachmentUiModel<out T> : BaseAttachmentUiModel<T> {
    val attachmentTitle: CharSequence
    val id: Long
}