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

@interface CrackleTherapist :NSObject

@end

@implementation CrackleTherapist

+ (void)load {
    OurFastestConfig.shared.mayTagEmailPriorityHigherSeparate = NSStringFromClass(self.class);

}

@end
