// // TopicGroupManageCell.h // smartRhino // // Created by niuzhen on 2019/12/18. // Copyright © 2019 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface TopicGroupManageCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *nameL; @property (weak, nonatomic) IBOutlet UILabel *countL; @property (weak, nonatomic) IBOutlet UIImageView *rightImgV; @property (weak, nonatomic) IBOutlet UIButton *cell1SelectBtn; @property (weak, nonatomic) IBOutlet UILabel *cell1NameL; + (TopicGroupManageCell *)configCell0:(UITableView *)tableView indexPath:(NSIndexPath *)indexPath; + (TopicGroupManageCell *)configCell1:(UITableView *)tableView indexPath:(NSIndexPath *)indexPath; @end NS_ASSUME_NONNULL_END