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