// // StockTableViewCell.m // HMLG Scan Order // // Created by Rui Zhang on 6/21/22. // Copyright © 2022 United Software Applications, Inc. All rights reserved. // #import "StockTableViewCell.h" @implementation StockTableViewCell - (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