| | |
| | | |
| | | #import <Foundation/Foundation.h> |
| | | |
| | | @interface HDLEZDeviceMsgExtInfoModel : NSObject |
| | | |
| | | @property (nonatomic, copy)NSString *picUrl; //截屏图片链接 |
| | | @property (nonatomic, copy)NSString *answerStatus; // 接听状态 answer 已接听 no_answer 未接听 |
| | | |
| | | @end |
| | | |
| | | NS_ASSUME_NONNULL_BEGIN |
| | | |
| | | @interface HDLEZDeviceMsgInfoModel : NSObject |
| | |
| | | @property (nonatomic, copy)NSString *content;//内容 |
| | | @property (nonatomic, copy)NSString *level;//消息等级 |
| | | @property (nonatomic, copy)NSString *createTime;//创建时间 |
| | | @property (nonatomic, copy)NSString *imageUrl;//截屏图片链接 |
| | | @property (nonatomic, strong) HDLEZDeviceMsgExtInfoModel *extInfo; // 2.0版本扩展信息 |
| | | @end |
| | | |
| | | NS_ASSUME_NONNULL_END |