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