// // MeatProbeBoxVC.h // AILinkBleSDK_Example // // Created by LarryZhang on 2023/3/7. // Copyright © 2023 zhengzida. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @class ELAILinkPeripheral; @interface MeatProbeBoxVC : UIViewController @property (nonatomic, strong) ELAILinkPeripheral *per; @end NS_ASSUME_NONNULL_END