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