// // JXCustomerChatListCell.h // shiku_im // // Created by 123 on 2020/6/8. // Copyright © 2020 Reese. All rights reserved. // #import #import "chatListModel.h" @protocol webViewCellDelegate - (void)webViewDidFinishLoad:(CGFloat)webHeight cellIndex:(NSInteger)index; @end @interface JXCustomerChatListCell : UITableViewCell @property (nonatomic,weak) iddelegate; @property (nonatomic, assign) NSInteger indexPath; - (void)refreshWebView:(chatListModel *)url indexPath:(NSInteger)index; @end