// // StockingSearchCell.h // IBOSSmini // // Created by apple on 2017/5/27. // Copyright © 2017年 elongtian. All rights reserved. // #import #import "SideSlipBaseTableViewCell.h" @interface StockingSearchCell : SideSlipBaseTableViewCell @property (strong, nonatomic) IBOutlet UITextField *txtOnlyCode; @property (strong, nonatomic) IBOutlet UITextField *txtWare; @property (strong, nonatomic) IBOutlet UITextField *txtStockingNo; @end