react-native-bt-device/ios/RNBTDevice/Device/DGMG/Algorithm/IValueManager.h

24 lines
323 B
C
Raw Permalink Normal View History

//
// IValueManager.h
// Pods
//
// Created by Ran Zhao on 9/2/24.
//
#ifndef IValueManager_h
#define IValueManager_h
#import <Foundation/Foundation.h>
#import "IValue.h"
@interface IValueManager : NSObject
@property (nonatomic, strong) IValue *preIValue;
- (instancetype)init;
2024-09-02 18:06:27 +00:00
@end
#endif /* IValueManager_h */