mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-06 01:20:29 +05:30
6 lines
88 B
Kotlin
6 lines
88 B
Kotlin
package com.github.libretube.obj
|
|
|
|
data class Message(
|
|
var message: String? = null
|
|
)
|