OrderDetailPickInfoCell.h 496 B

1234567891011121314151617
  1. //
  2. // OrderDetailPickInfoCell.h
  3. // iSales-NPD
  4. //
  5. // Created by Jack on 2017/7/5.
  6. // Copyright © 2017年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface OrderDetailPickInfoCell : UITableViewCell
  10. @property (strong, nonatomic) IBOutlet UILabel *track_number_lb;
  11. @property (strong, nonatomic) IBOutlet UILabel *status_lb;
  12. @property (strong, nonatomic) IBOutlet UILabel *carrier_lb;
  13. @property (strong, nonatomic) IBOutlet UITextView *url_lb;
  14. @end