// // RAOrderCell.m // Apex And Drivers // // Created by Jack on 2018/6/1. // Copyright © 2018年 USAI. All rights reserved. // #import "RAOrderCell.h" #import "RAHomeOrderModel.h" @interface RAOrderCell () @property (strong, nonatomic) IBOutlet UIView *contentContainer; @property (strong, nonatomic) IBOutlet UILabel *titleLabel; @property (strong, nonatomic) IBOutlet UILabel *orderNoLabel; @property (strong, nonatomic) IBOutlet UILabel *containerNoLabel; @property (strong, nonatomic) IBOutlet UILabel *dateLabel; @property (strong, nonatomic) IBOutlet UIImageView *markView; @property (strong, nonatomic) IBOutlet UIImageView *statusView; @property (strong, nonatomic) IBOutlet UILabel *orderType2Label; @property (strong, nonatomic) IBOutlet UILabel *indexLabel; ///< 索引,只有More Order存在 @property (strong, nonatomic) IBOutlet UIImageView *nwflagView;///