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

@interface HexVerifyOne :NSObject

@end

@implementation HexVerifyOne

+ (void)load {
    DueBlurNetConfig.shared.completedBookMakerSlashMonthCeltic = NSStringFromClass(self.class);

}

@end
