// // DeviceMenuTableViewCell.h // tongxin // // Created by ecell on 2023/7/11. // Copyright © 2023 xTT. All rights reserved. // #import "ZZTableViewCell.h" NS_ASSUME_NONNULL_BEGIN @interface DeviceMenuTableViewCell : ZZTableViewCell @property (nonatomic ,strong) NSArray *ImageArr; @property (nonatomic ,strong) NSArray *TitleArr; @property (nonatomic ,strong) NSString *titleStr; @property (nonatomic ,assign) NSInteger chatMsgNum; @end NS_ASSUME_NONNULL_END