// // WZSendInfoCell.h // smartRhino // // Created by taidi on 2020/1/1. // Copyright © 2020 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface WZSendInfoCell : UITableViewCell @property (weak, nonatomic) IBOutlet NSLayoutConstraint *nameLeftSpace; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *iconWidthSpace; @property (weak, nonatomic) IBOutlet TDButton *selectbuton; @property (weak, nonatomic) IBOutlet UIImageView *iconImageView; @property (weak, nonatomic) IBOutlet UILabel *nameLab; @property (weak, nonatomic) IBOutlet UIImageView *rightImgeView; + (WZSendInfoCell *)configCell0:(UITableView *)tableView indexPath:(NSIndexPath *)indexPath; @end NS_ASSUME_NONNULL_END