萤石云 iOSSDK,移植跨平台相关工程
Davin
2024-12-18 b4e1288a9b63eb820e9c9489c56aac4bf6b31067
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