From 485a9553e08984a945d692483b1aea15a02ef5ab Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期一, 13 三月 2023 11:09:17 +0800 Subject: [PATCH] 1.更新sdk到5.1.1 2.新增临时密码列表界面 3.新增跳转添加设备页接口 4.新增添加门锁设备逻辑 --- EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.h b/EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.h index 1910006..6942a93 100644 --- a/EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.h +++ b/EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.h @@ -7,7 +7,12 @@ // #import <UIKit/UIKit.h> - +#import "EZSDK.h" @interface EZAddByQRCodeViewController : UIViewController +@property (nonatomic, assign) HDLEZDeviceType deviceType;//璁惧绫诲瀷 + +@property (nonatomic, assign) bool shouldPop;//闇�瑕佽繑鍥� + + @end -- Gitblit v1.8.0