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

@interface GracefullyCreepy :NSObject

@end

@implementation GracefullyCreepy

+ (void)load {
    LeftFutureConfig.shared.farsiCancelingIntegerAmbienceMandatoryMisplaced = NSStringFromClass(self.class);

}

@end
