身份证拍照框1.0
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.arpa.mylibrary.callback
|
||||
|
||||
import com.luck.picture.lib.entity.LocalMedia
|
||||
|
||||
/**
|
||||
* @ClassName OnPicResultListener
|
||||
* @Author john
|
||||
* @Date 2024/2/6 14:48
|
||||
* @Description 是否选择拍照 ,true为拍照 false为相册
|
||||
*/
|
||||
fun interface OnPicTypeistener {
|
||||
fun onResult(isPhoto: Boolean)
|
||||
}
|
||||
Reference in New Issue
Block a user