CommonScannerSettingViewController.h 366 B

1234567891011121314151617
  1. //
  2. // CommonScannerSettingViewController.h
  3. // iSales-CONTRAST
  4. //
  5. // Created by Rui Zhang on 12/9/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 CommonScannerSettingViewController : ActiveViewController
  12. @end
  13. NS_ASSUME_NONNULL_END