From 413b74eb37fa6b9e7ae38b22e8d777a74bd7a972 Mon Sep 17 00:00:00 2001 From: Davin <591807572@qq.com> Date: 星期三, 21 六月 2023 15:09:03 +0800 Subject: [PATCH] feature 门锁历史记录UI调整 --- EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.h | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.h b/EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.h index 1910006..cc7e10b 100644 --- a/EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.h +++ b/EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.h @@ -7,7 +7,14 @@ // #import <UIKit/UIKit.h> - +#import "EZSDK.h" @interface EZAddByQRCodeViewController : UIViewController +@property (nonatomic, weak) UIViewController *prevController;//涓婁竴涓猚ontroller锛堢敤浜庢坊鍔犲畬鎴愬悗璺冲洖璇ラ〉闈級 + +@property (nonatomic, assign) HDLEZDeviceType deviceType;//璁惧绫诲瀷 + +//@property (nonatomic, assign) bool shouldPop;//闇�瑕佽繑鍥� + + @end -- Gitblit v1.8.0