| 1234567891011121314151617 |
- //
- // CommonScannerSettingViewController.h
- // iSales-CONTRAST
- //
- // Created by Rui Zhang on 12/9/22.
- // Copyright © 2022 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "ActiveViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface CommonScannerSettingViewController : ActiveViewController
- @end
- NS_ASSUME_NONNULL_END
|