mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-22 20:25:01 +01:00
12 lines
259 B
Kotlin
12 lines
259 B
Kotlin
/*
|
|
* Nextcloud Talk - Android Client
|
|
*
|
|
* SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
package com.nextcloud.talk.raisehand
|
|
|
|
data class WithdrawRequestAssistanceModel(
|
|
var success: Boolean
|
|
)
|