mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-16 07:10:29 +05:30
7 lines
109 B
Kotlin
7 lines
109 B
Kotlin
|
package com.github.libretube.obj
|
||
|
|
||
|
data class BottomSheetItem(
|
||
|
val title: String,
|
||
|
val drawable: Int
|
||
|
)
|