123456789101112131415161718 |
- //
- // JXPhangBangCell.h
- // shiku_im
- //
- // Created by 123 on 2020/5/19.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "JXMyModel.h"
- @interface JXPhangBangCell : UITableViewCell
- -(void)createStatuModl:(JXMyModel *)model andIndexPath:(NSInteger)indexRow;
-
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- @end
|