// // BodyFatScaleConnectViewController.h // AILinkBleSDKSourceCode // // Created by iot_user on 2020/4/8. // Copyright © 2020 IOT. All rights reserved. // #import @class ELPeripheralModel; NS_ASSUME_NONNULL_BEGIN @interface BodyFatScaleConnectViewController : UIViewController @property (nonatomic, strong) ELPeripheralModel *p; @end NS_ASSUME_NONNULL_END