1234567891011121314151617 |
- //
- // FKPriceWarnInfoCell.h
- // FirstLink
- //
- // Created by jack on 16/5/25.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKPriceWarnInfoCell : UITableViewCell
- @property (nonatomic, strong) UILabel *titleLabel;
- @property (nonatomic, strong) UITextField *textField;
- @end
|