LibreTube/app/src/main/java/com/github/libretube/interfaces/DoubleTapInterface.kt

6 lines
100 B
Kotlin
Raw Normal View History

2022-08-12 17:33:55 +05:30
package com.github.libretube.interfaces
interface DoubleTapInterface {
fun onEvent(x: Float)
}