// // StockTableViewCell.h // HMLG Scan Order // // Created by Rui Zhang on 6/21/22. // Copyright © 2022 United Software Applications, Inc. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface StockTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *labelModel; @property (weak, nonatomic) IBOutlet UIButton *btnMove; @property (weak, nonatomic) IBOutlet UILabel *labelQTY; @property (weak, nonatomic) IBOutlet UILabel *labelETD; @end NS_ASSUME_NONNULL_END