123456789101112131415161718192021 |
- //
- // JXMyHelpCerCell.h
- // shiku_im
- //
- // Created by 123 on 2020/5/16.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "JXMyModel.h"
-
- @interface JXMyHelpCerCell : UITableViewCell
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- @property (nonatomic,strong) StatusesModel *modeL;
- @property (nonatomic,weak) UILabel *line_View;
- @end
-
|