mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-18 07:08:26 +00:00
6 lines
145 B
Kotlin
6 lines
145 B
Kotlin
package org.thoughtcrime.securesms.loki
|
|
|
|
interface LokiThreadDatabaseDelegate {
|
|
|
|
fun handleThreadFriendRequestStatusChanged(threadID: Long)
|
|
} |