// // CoffeeScaleConnectionViewController.h // AILinkBleSDKSourceCode // // Created by LarryZhang on 2021/12/13. // Copyright © 2021 IOT. All rights reserved. // #import @class ELPeripheralModel; NS_ASSUME_NONNULL_BEGIN @interface CoffeeScaleConnectionViewController : UIViewController @property (nonatomic, strong) ELPeripheralModel *p; @end NS_ASSUME_NONNULL_END