iOS AILinkBleSDK - 蓝牙SDK
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

EightScaleScanViewController.h 296B

1234567891011121314151617
  1. //
  2. // EightScaleScanViewController.h
  3. // AILinkBleSDKSourceCode
  4. //
  5. // Created by iot_user on 2020/9/12.
  6. // Copyright © 2020 IOT. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface EightScaleScanViewController : UIViewController
  11. @end
  12. NS_ASSUME_NONNULL_END