[6.7.0] add func of carinfo in bind

This commit is contained in:
EmArrow
2024-10-08 15:21:45 +08:00
parent 00e1611b48
commit de90e27a24
5 changed files with 29 additions and 9 deletions

View File

@@ -22,6 +22,11 @@ interface IOchCustomViewProvider : IProvider {
*/
fun createOchBusinessView(context: Context?): View?
/**
* 创建 绑定二维码 自定义 View
*/
fun createOchBindQRCodeView(context: Context?): View?
/**
* 创建 自动自动驾驶 自定义 View
*/