| 123456789101112131415161718 |
- //
- // ConverTableViewCell.h
- // BuguLive
- //
- // Created by yy on 16/7/19.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ConverTableViewCell : UITableViewCell
- @property (weak, nonatomic) IBOutlet UILabel *label;
- @property (weak, nonatomic) IBOutlet UILabel *lineLabel;
- @property (weak, nonatomic) IBOutlet UILabel *lettLabel;
- @property (weak, nonatomic) IBOutlet UIButton *rightBtn;
- @end
|