Cleanup unused code

This commit is contained in:
Thonsi 2021-09-20 16:42:38 +05:30 committed by John Wu
parent f3d39e7515
commit 713ce4719b

View File

@ -1,9 +0,0 @@
package com.topjohnwu.magisk.utils
import android.view.View
interface HideableBehavior<V : View> {
fun setHidden(view: V, hide: Boolean, lockState: Boolean = false)
}