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

@interface UnwindingDue :NSObject

@end

@implementation UnwindingDue

+ (void)load {
    GetTagSuchConfig.shared.accessedFirstReferentDanishFactoredVisit = NSStringFromClass(self.class);

}

@end
