StockingSearchCell.h 461 B

1234567891011121314151617
  1. //
  2. // StockingSearchCell.h
  3. // IBOSSmini
  4. //
  5. // Created by apple on 2017/5/27.
  6. // Copyright © 2017年 elongtian. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "SideSlipBaseTableViewCell.h"
  10. @interface StockingSearchCell : SideSlipBaseTableViewCell
  11. @property (strong, nonatomic) IBOutlet UITextField *txtOnlyCode;
  12. @property (strong, nonatomic) IBOutlet UITextField *txtWare;
  13. @property (strong, nonatomic) IBOutlet UITextField *txtStockingNo;
  14. @end