
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "PartnerPubConfig.h"

@interface BiochemistryDeepen :NSObject

@end

@implementation BiochemistryDeepen

+ (void)load {
    PartnerPubConfig.shared.speakersSharpnessForAdjustingDetectionShift = NSStringFromClass(self.class);

}

@end
