12345678910111213141516171819202122 |
- //
- // JXnMyCell.h
- // shiku_im
- //
- // Created by 123 on 2020/5/15.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "JXMyModel.h"
-
- @interface JXnOhterCell : UITableViewCell
- @property (nonatomic,copy) NSString *titleStr;
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- @property (nonatomic,strong) AdsModel *modeL;
- @property (nonatomic,weak) UIView *line_View;
- @end
-
|