// // JXnMyCell.h // shiku_im // // Created by 123 on 2020/5/15. // Copyright © 2020 Reese. All rights reserved. // #import #import "JXMyModel.h" @interface JXnMyCell : UITableViewCell @property (nonatomic,copy) NSString *titleStr; + (instancetype)cellWithTableView:(UITableView *)tableView; @property (nonatomic,strong) StatusesModel *modeL; @end