fix
lmw
2025-03-04 449bdb5d2b5bf7b272ca5cda4c066f9a65040064
1
2
3
4
5
6
7
8
9
10
11
package com.lzf.easyfloat.interfaces
 
/**
 * @author: liuzhenfeng
 * @function: 浮窗权限的申请结果
 * @date: 2019-07-15  16:18
 */
interface OnPermissionResult {
 
    fun permissionResult(isOpen: Boolean)
}