talk-android/app/src/main/java/com/nextcloud/talk/interfaces/ConversationMenuInterface.kt
Andy Scherzinger 3eabf9bb83
Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-03-29 12:55:12 +01:00

15 lines
394 B
Kotlin

/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.interfaces
import android.os.Bundle
interface ConversationMenuInterface {
fun showDeleteConversationDialog(bundle: Bundle)
}