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