JXPhangBangCell.h 365 B

123456789101112131415161718
  1. //
  2. // JXPhangBangCell.h
  3. // shiku_im
  4. //
  5. // Created by 123 on 2020/5/19.
  6. // Copyright © 2020 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "JXMyModel.h"
  10. @interface JXPhangBangCell : UITableViewCell
  11. -(void)createStatuModl:(JXMyModel *)model andIndexPath:(NSInteger)indexRow;
  12. + (instancetype)cellWithTableView:(UITableView *)tableView;
  13. @end