lmw
2025-04-24 718f31c92e2029d05260810435a2c70cef6e6ce5
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)
}