| 123456789101112131415161718192021 |
- //
- // TJYYCell.h
- // jitao
- //
- // Created by 罗云飞 on 2018/8/16.
- // Copyright © 2018年 罗云飞. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "ZQhomeListModel.h"
- @interface TJYYCell : UITableViewCell
- @property(copy,nonatomic)UILabel *title;
- @property(copy,nonatomic)UILabel *neirong;
- @property(copy,nonatomic)UILabel *jiage;
- @property(copy,nonatomic)UILabel *gongsititle;
- @property(copy,nonatomic)UIButton *ljblBT;
- - (void)assignment:(ZQhomeListModel *)model;
- @end
|