From edc0f0a0439f9e5a11593e21a4779fa6dbcbe49d Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期五, 06 八月 2021 11:23:49 +0800
Subject: [PATCH] 2021-08-06 1.更新

---
 EZSDK/EZSDK/EZ/TableViewCells/MessageListCell.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/EZSDK/EZSDK/EZ/TableViewCells/MessageListCell.h b/EZSDK/EZSDK/EZ/TableViewCells/MessageListCell.h
index 3a2f630..b8acfc7 100644
--- a/EZSDK/EZSDK/EZ/TableViewCells/MessageListCell.h
+++ b/EZSDK/EZSDK/EZ/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