// // JXQuestionCell.h // shiku_im // // Created by 123 on 2020/5/10. // Copyright © 2020 Reese. All rights reserved. // #import #import "packageRoolModel.h" @interface JXQuestionCell : UITableViewCell + (instancetype)cellWithTableView:(UITableView *)tableView; @property (nonatomic,strong) OptionsJX *optionModel; -(void)createUI:(OptionsJX *)optionModel andDui:(NSInteger)index andSelect:(NSInteger)indexPath andCell:(NSInteger)indexRow; @end