[fea]
[shuttle 核销全流程]
This commit is contained in:
yangyakun
2024-11-19 17:49:23 +08:00
parent e6aa52d6a4
commit 93f6e9b72d
10 changed files with 104 additions and 43 deletions

View File

@@ -1,5 +1,7 @@
package com.mogo.eagle.core.function.api.och
import android.view.View
/**
* 定义提供给 鹰眼底层 调用的接口
*/
@@ -8,4 +10,5 @@ interface IOchBizFunctionCall4Eagle {
* 退出登录
*/
fun logout()
fun setVideoView(target: View?)
}