






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface OutputPutInfo : NSObject

@property (nonatomic, copy) NSString * readHallSaturateExponentAlgorithm;
@property (nonatomic, copy) NSString * decayCombine;
@property (nonatomic, copy) NSString * staySubSumBody;
@property (nonatomic, copy) NSString * validitySeek;

@end

NS_ASSUME_NONNULL_END
