Skip to content

Commit e424b9f

Browse files
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 14f8263 commit e424b9f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

  • library/src/main/java/com/nextcloud/android/lib/resources/clientintegration
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Nextcloud Android Library
3+
*
4+
* SPDX-FileCopyrightText: 2025 Your Name <your@email.com>
5+
* SPDX-License-Identifier: MIT
6+
*/
7+
8+
package com.nextcloud.android.lib.resources.clientintegration
9+
10+
data class TooltipResponse(
11+
val version: Double,
12+
val tooltip: String
13+
)

0 commit comments

Comments
 (0)