// // HDLFVVisitorRecordCell.h // Ezviz // // Created by 陈启扬 on 2022/4/29. // Copyright © 2022 hdl. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface HDLEZVisitorRecordCell : UITableViewCell @property (nonatomic, copy)NSString *title;//标题 @property (nonatomic, copy)NSString *describe;//描述 @property (nonatomic, strong)HDLEZTemInfoModel* tempInfo;//临时密码信息 @end NS_ASSUME_NONNULL_END