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.

ELMeatProbeBoxBleModel.h 230B

12345678910111213141516
  1. //
  2. // ELMeatProbeBoxBleModel.h
  3. // AILinkBleSDK
  4. //
  5. // Created by LarryZhang on 2023/2/16.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface ELMeatProbeBoxBleModel : NSObject
  10. @end
  11. NS_ASSUME_NONNULL_END