// // JXVipDetailTcell.h // shiku_im // // Created by 123 on 2020/5/16. // Copyright © 2020 Reese. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface JXVipDetailTcell : UITableViewCell @property (nonatomic,strong) NSMutableArray *dataArr; + (instancetype)cellWithTableView:(UITableView *)tableView; @end NS_ASSUME_NONNULL_END