// // SelectContactCollectionViewCell.h // LekangGuard // // Created by ecell on 2022/10/13. // #import NS_ASSUME_NONNULL_BEGIN @interface SelectContactCollectionViewCell : UICollectionViewCell /// 头像 @property (nonatomic ,strong) NSString *iconImgName; /// 昵称 @property (nonatomic ,strong) NSString *nameStr; /// 设备类型 @property (nonatomic ,assign) NSInteger deviceType; @end NS_ASSUME_NONNULL_END