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