ScanHistoryViewController.h 467 B

12345678910111213141516171819
  1. //
  2. // ScanHistoryViewController.h
  3. // HMLG Scan Order
  4. //
  5. // Created by Rui Zhang on 3/29/22.
  6. // Copyright © 2022 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "ActiveViewController.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface ScanHistoryViewController : ActiveViewController
  12. @property (weak, nonatomic) IBOutlet UITableView *tableview;
  13. @property (weak, nonatomic) IBOutlet UILabel *labelStock;
  14. @end
  15. NS_ASSUME_NONNULL_END