123456789101112131415161718192021 |
- //
- // BodyScaleVC.h
- // AILinkBleSDKSourceCode
- //
- // Created by LarryZhang on 2023/3/27.
- // Copyright © 2020 IOT. All rights reserved.
- //
-
- #import <UIKit/UIKit.h>
-
- @class ELAILinkPeripheral;
-
- NS_ASSUME_NONNULL_BEGIN
-
- @interface BodyScaleVC : UIViewController
-
- @property (nonatomic, strong) ELAILinkPeripheral *per;
-
- @end
-
- NS_ASSUME_NONNULL_END
|