mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-21 03:35:15 +01:00
9 lines
173 B
Kotlin
9 lines
173 B
Kotlin
package com.nextcloud.talk.interfaces
|
|
|
|
import com.stfalcon.chatkit.commons.models.IMessage
|
|
|
|
interface ExtendedIMessage : IMessage {
|
|
|
|
fun isLocationMessage() : Boolean
|
|
|
|
} |