123456789101112131415161718192021 |
- //
- // RingTestDemoVC.h
- // AICareComponentRingBleSDK
- //
- // Created by zp on 03/11/2024.
- // Copyright (c) 2024 zp. All rights reserved.
- //
-
- #import <UIKit/UIKit.h>
-
- NS_ASSUME_NONNULL_BEGIN
-
- @class ELAILinkPeripheral;
-
- @interface RingTestDemoVC : UIViewController
-
- @property (nonatomic, strong) ELAILinkPeripheral *per;
-
- @end
-
- NS_ASSUME_NONNULL_END
|