Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
1234567891011121314151617 |
- //
- // ELOximeterDeviceModel.h
- // Elink
- //
- // Created by cliCk on 2020/11/16.
- // Copyright © 2020 iot_iMac. All rights reserved.
- //
-
- #import <AILinkBleSDK/ELPeripheralModel.h>
-
- NS_ASSUME_NONNULL_BEGIN
-
- @interface ELOximeterDeviceModel : ELPeripheralModel
-
- @end
-
- NS_ASSUME_NONNULL_END
|