






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface KinSpeakers : NSObject


@property (nonatomic, copy) NSString * headPinShowName;


@property (nonatomic, copy) NSString * cadenceFinger;


@property (nonatomic, copy) NSString * tryLoudNone;


@property (nonatomic, copy) NSString * restoringName;


@property (nonatomic, copy) NSString * butDigestLevel;

@property (nonatomic, strong) NSDictionary * blurNothing;
@end

NS_ASSUME_NONNULL_END
