From 3698c13aba988cd3e41b91b255e1c682c057e565 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期四, 23 三月 2023 11:49:58 +0800 Subject: [PATCH] 1.新增历史记录相关页面及功能 2.修改配网为热点配网 3.设备列表增加过滤门锁功能 4.增加添加设备通知功能 --- EZSDK/EZSDK/DeviceInfo.h | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/EZSDK/EZSDK/DeviceInfo.h b/EZSDK/EZSDK/DeviceInfo.h index 87b2fb9..294fbff 100644 --- a/EZSDK/EZSDK/DeviceInfo.h +++ b/EZSDK/EZSDK/DeviceInfo.h @@ -6,17 +6,11 @@ // #import <Foundation/Foundation.h> +#import "EZDeviceInfo.h" NS_ASSUME_NONNULL_BEGIN -@interface DeviceInfo : NSObject - -@property(nonatomic,strong)NSString *DeviceName; -@property(nonatomic,strong)NSString *DeviceSerial; -@property(nonatomic,assign)int DeviceNum; //cameraNum -@property(nonatomic,assign)int DeviceCameraInfoListSize; -@property(nonatomic,strong)NSObject* RealObject; -@property(nonatomic,strong)NSArray *cameraInfo; +@interface DeviceInfo :EZDeviceInfo @end -- Gitblit v1.8.0