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.增加添加设备通知功能

---
 Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/TableViewCells/MessageListCell.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/TableViewCells/MessageListCell.h b/Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/TableViewCells/MessageListCell.h
index 3a2f630..b8acfc7 100644
--- a/Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/TableViewCells/MessageListCell.h
+++ b/Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/TableViewCells/MessageListCell.h
@@ -7,7 +7,7 @@
 //
 
 #import <UIKit/UIKit.h>
-#import "EZAlarmInfo.h"
+#import "HDLAlarmInfo.h"
 
 @interface MessageListCell : UITableViewCell
 
@@ -18,6 +18,6 @@
 @property (nonatomic, weak) IBOutlet UIImageView *readStatusIcon;
 @property (nonatomic, copy) NSString *deviceSerial;
 
-- (void)setAlarmInfo:(EZAlarmInfo *)info;
+- (void)setAlarmInfo:(HDLAlarmInfo *)info;
 
 @end

--
Gitblit v1.8.0