// // JXPhangBangCell.h // shiku_im // // Created by 123 on 2020/5/19. // Copyright © 2020 Reese. All rights reserved. // #import #import "JXMyModel.h" @interface JXPhangBangCell : UITableViewCell -(void)createStatuModl:(JXMyModel *)model andIndexPath:(NSInteger)indexRow; + (instancetype)cellWithTableView:(UITableView *)tableView; @end