Cleanup: Remove unused class
This commit is contained in:
parent
3a97bff95a
commit
c4e654ac42
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2023, 2024 New Vector Ltd.
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
|
||||||
* Please see LICENSE files in the repository root for full details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package io.element.android.features.createroom.impl.configureroom
|
|
||||||
|
|
||||||
import io.element.android.libraries.matrix.api.user.MatrixUser
|
|
||||||
|
|
||||||
data class ConfigureRoomPresenterArgs(
|
|
||||||
val selectedUsers: List<MatrixUser>,
|
|
||||||
)
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue