// // ScanSearchViewController.h // HMLG Scan Order // // Created by Rui Zhang on 3/30/22. // Copyright © 2022 United Software Applications, Inc. All rights reserved. // #import #import "ActiveViewController.h" #import "ScanRefreshStock.h" NS_ASSUME_NONNULL_BEGIN @interface ScanSearchViewController : ActiveViewController @property (weak, nonatomic) IBOutlet UITableView *tableview; @property (strong, nonatomic) NSMutableArray* modellist; @property (weak, nonatomic) IBOutlet UISearchBar *searchBar; @property (strong,nonatomic) NSString* keywords; @property (weak, nonatomic) IBOutlet UIView *headerView; @property (strong,nonatomic) NSString* load_more_hint; @property (weak, nonatomic) IBOutlet UILabel *labelStock; @property long offset; //@property bool loadall; @end NS_ASSUME_NONNULL_END