| 1234567891011121314151617 |
- //
- // StockingSearchCell.h
- // IBOSSmini
- //
- // Created by apple on 2017/5/27.
- // Copyright © 2017年 elongtian. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #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
|