iOS AILinkBleSDK - 蓝牙SDK
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

ToothbrushScanViewController.h 296B

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