// // OrderDetailPickInfoCell.m // iSales-NPD // // Created by Jack on 2017/7/5. // Copyright © 2017年 United Software Applications, Inc. All rights reserved. // #import "OrderDetailPickInfoCell.h" @implementation OrderDetailPickInfoCell - (void)awakeFromNib { [super awakeFromNib]; // Initialization code } - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the selected state } @end