| 123456789101112131415161718 |
- //
- // ScanHistoryViewController.h
- // HMLG Scan Order
- //
- // Created by Rui Zhang on 3/29/22.
- // Copyright © 2022 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "ActiveViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ScanHistoryViewController : ActiveViewController
- @property (weak, nonatomic) IBOutlet UITableView *tableview;
- @end
- NS_ASSUME_NONNULL_END
|