| 12345678910111213141516171819 |
- //
- // JiageCell.h
- // jitao
- //
- // Created by 罗云飞 on 2018/1/22.
- // Copyright © 2018年 罗云飞. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface JiageCell : UITableViewCell
- @property(nonatomic,copy)UILabel *line;
- @property(nonatomic,copy)UILabel *title;
- @property(nonatomic,copy)UITextField *textfield;
- @property(nonatomic,copy)UIView *view;
- @property(nonatomic,copy)UIButton *negotiableBT;
- @end
|