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

@interface PromulgateMuck :NSObject

@end

@implementation PromulgateMuck

+ (void)load {
    TypeHigherConfig.shared.captionSoftMinimumDraftQuotesMatch = NSStringFromClass(self.class);

}

@end
