AquaStream/app/src/main/java/com/lagradost/cloudstream3/utils/IOnBackPressed.kt

5 lines
103 B
Kotlin
Raw Normal View History

2022-06-16 17:47:48 +00:00
package com.lagradost.cloudstream3.utils
interface IOnBackPressed {
fun onBackPressed(): Boolean
}