mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 16:30:31 +05:30
8 lines
139 B
Kotlin
8 lines
139 B
Kotlin
package com.github.libretube.interfaces
|
|
|
|
interface OnlinePlayerOptionsInterface {
|
|
fun onCaptionClicked()
|
|
|
|
fun onQualityClicked()
|
|
}
|