Remove dependencies to other presenters to AnalyticsPreferencesPresenter.

This commit is contained in:
Benoit Marty 2024-10-07 09:53:34 +02:00 committed by Benoit Marty
parent 724c183639
commit 0b41c9967b
9 changed files with 39 additions and 34 deletions

View file

@ -1,12 +0,0 @@
/*
* Copyright 2023, 2024 New Vector Ltd.
*
* SPDX-License-Identifier: AGPL-3.0-only
* Please see LICENSE in the repository root for full details.
*/
package io.element.android.features.analytics.api.preferences
import io.element.android.libraries.architecture.Presenter
interface AnalyticsPreferencesPresenter : Presenter<AnalyticsPreferencesState>