// // YBDestroyCell.h // YBVideo // // Created by YB007 on 2020/6/22. // Copyright © 2020 cat. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YBDestroyCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *titleL; @property (weak, nonatomic) IBOutlet UILabel *contentL; @property (weak, nonatomic) IBOutlet UIButton *stateBtn; @property(nonatomic,strong)NSDictionary *dataDic; +(YBDestroyCell *)cellWithTab:(UITableView *)table index:(NSIndexPath *)index; @end NS_ASSUME_NONNULL_END