mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-25 19:15:16 +00:00
6 lines
145 B
Kotlin
6 lines
145 B
Kotlin
package org.thoughtcrime.securesms.loki
|
|
|
|
interface LokiThreadDatabaseDelegate {
|
|
|
|
fun handleThreadFriendRequestStatusChanged(threadID: Long)
|
|
} |