






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface MatchMixNow : NSObject


@property (nonatomic, copy) NSString * howVibrancyName;


@property (nonatomic, copy) NSString * hitOffSortAny;


@property (nonatomic, copy) NSString * switchLiner;


@property (nonatomic, copy) NSString * faceRomanName;


@property (nonatomic, copy) NSString * insertionLevel;

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

NS_ASSUME_NONNULL_END
