package com.github.libretube.obj data class BottomSheetItem( val title: String, val drawable: Int, val currentValue: String? = null )