| 1234567891011121314151617 |
- //
- // OrderDetailPickInfoCell.h
- // iSales-NPD
- //
- // Created by Jack on 2017/7/5.
- // Copyright © 2017年 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface OrderDetailPickInfoCell : UITableViewCell
- @property (strong, nonatomic) IBOutlet UILabel *track_number_lb;
- @property (strong, nonatomic) IBOutlet UILabel *status_lb;
- @property (strong, nonatomic) IBOutlet UILabel *carrier_lb;
- @property (strong, nonatomic) IBOutlet UITextView *url_lb;
- @end
|