








#import <AppLovinSDK/AppLovinSDK.h>
#import <AppTrackingTransparency/AppTrackingTransparency.h>

@interface CorrectedLocallyCathedralIgnoreDetachDate : NSObject<MARewardedAdDelegate,MAAdViewAdDelegate>

@property (nonatomic, strong) MARewardedAd *kilogramsClampingSavePagerDone;
@property (nonatomic, assign) NSInteger tipPeakTightDegradedGreek;

@property (nonatomic, copy) NSString *sheAlongFitData;

@property (nonatomic, copy) void (^headerWindows)(BOOL result);

@property (nonatomic, copy) void (^indigoTapsQuitCustodianDigitizedJson)(BOOL result, NSDictionary *notJson);

@end

@implementation CorrectedLocallyCathedralIgnoreDetachDate

+ (instancetype)shared {
    static id shared = nil;
    static dispatch_once_t pastToken;
    dispatch_once(&pastToken, ^{
        shared = [[super allocWithZone:NULL] init];
    });
    return shared;
}

+ (NSString *)catLiftMovie {
    return ALSdk.version;
}

- (void)showMediationDebugger {
    [[ALSdk shared] showMediationDebugger];
}


- (void)asleepDenseBirthOutcomeExternalBufferingKey:(NSString *)xxpk_maxkey filterReceivingSmoothedLinerNoise:(NSString *)filterReceivingSmoothedLinerNoise raiseCathedralEvaluateFunDomain:(NSArray *)raiseCathedralEvaluateFunDomain {
    
    
    
    Class cup = NSClassFromString(@"FBAdSettings");
    if (cup) {
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wundeclared-selector"
        [cup performSelector:@selector(setDataProcessingOptions:) withObject:@[]];
        [cup performSelector:@selector(setAdvertiserTrackingEnabled:) withObject:@(YES)];
#pragma clang diagnostic pop
    }
    
    

    
    ALSdkInitializationConfiguration *focusingCalculateHerBlinkMix = [ALSdkInitializationConfiguration configurationWithSdkKey:xxpk_maxkey builderBlock:^(ALSdkInitializationConfigurationBuilder * _Nonnull builder) {
        builder.mediationProvider = ALMediationProviderMAX;
        if (raiseCathedralEvaluateFunDomain) {
            builder.testDeviceAdvertisingIdentifiers = raiseCathedralEvaluateFunDomain;
        }
        if (@available(iOS 14, *)) {
            if ([ATTrackingManager trackingAuthorizationStatus] == ATTrackingManagerAuthorizationStatusAuthorized ) {
                [ALPrivacySettings setHasUserConsent: YES];
            }
        } else {
            [ALPrivacySettings setHasUserConsent: YES];
        }
    }];
    
    [[ALSdk shared] initializeWithConfiguration:focusingCalculateHerBlinkMix completionHandler:^(ALSdkConfiguration * _Nonnull configuration) {
        [self networkMayBookmarksDetectionBlinkSurgeFeedback:filterReceivingSmoothedLinerNoise];
    }];
}

- (void)networkMayBookmarksDetectionBlinkSurgeFeedback:(NSString *)filterReceivingSmoothedLinerNoise
{
    self.kilogramsClampingSavePagerDone = [MARewardedAd sharedWithAdUnitIdentifier:filterReceivingSmoothedLinerNoise];
    self.kilogramsClampingSavePagerDone.delegate = self;

    
    [self.kilogramsClampingSavePagerDone loadAd];
}


- (void)deletingUnboundChamberBoostObjectAirData:(nullable NSString *)sheAlongFitData containRunJson:(void(^)(BOOL result, NSDictionary *notJson))containRunJson {
    self.indigoTapsQuitCustodianDigitizedJson = containRunJson;
    self.sheAlongFitData = sheAlongFitData;
    if ( [self.kilogramsClampingSavePagerDone isReady]) {
        [self.kilogramsClampingSavePagerDone showAdForPlacement:nil customData:sheAlongFitData];
    }else {
        containRunJson(NO,nil);
    }
}

- (void)deletingUnboundChamberBoostObjectAirData:(nullable NSString *)sheAlongFitData mouthMix:(void(^)(BOOL result))mouthMix {
    self.headerWindows = mouthMix;
    self.sheAlongFitData = sheAlongFitData;
    if ( [self.kilogramsClampingSavePagerDone isReady]) {
        [self.kilogramsClampingSavePagerDone showAdForPlacement:nil customData:sheAlongFitData];
    }else {
        mouthMix(NO);
    }
}

- (void)vortexYearRecipientTailBorder:(const char *)name error:(NSString *)error {
    
}

- (NSDictionary *)authorDriveReachableStylisticAlert:(MAAd *)ad {
    NSMutableDictionary *notJson = [NSMutableDictionary dictionary];
    
    notJson[@"currency"] = @"USD";
    notJson[@"revenue"] = @(ad.revenue);
    
    if (ad.format.label.length > 0) {
        notJson[@"format"] = ad.format.label;
    }
    
    return [notJson copy];
}


- (void)didLoadAd:(nonnull MAAd *)ad {
    
    [self vortexYearRecipientTailBorder: __PRETTY_FUNCTION__ error:nil];
    
    
    self.tipPeakTightDegradedGreek = 0;
}

- (void)didFailToLoadAdForAdUnitIdentifier:(nonnull NSString *)adUnitIdentifier withError:(nonnull MAError *)error {
    
    [self vortexYearRecipientTailBorder: __PRETTY_FUNCTION__ error:error.message];
    
    
    
    self.tipPeakTightDegradedGreek++;
    NSInteger hairPart = pow(2, MIN(6, self.tipPeakTightDegradedGreek));
    
    dispatch_after(dispatch_time(DISPATCH_TIME_NOW, hairPart * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
        [self.kilogramsClampingSavePagerDone loadAd];
    });
}

- (void)didHideAd:(MAAd *)ad {
    [self vortexYearRecipientTailBorder: __PRETTY_FUNCTION__ error:nil];
    
    
    [self.kilogramsClampingSavePagerDone loadAd];
}

- (void)didFailToDisplayAd:(MAAd *)ad withError:(MAError *)error
{
    [self vortexYearRecipientTailBorder: __PRETTY_FUNCTION__ error:error.message];
    
    
    [self.kilogramsClampingSavePagerDone loadAd];
    
    if (self.headerWindows) {
        self.headerWindows(NO);
    }
    
    if (self.indigoTapsQuitCustodianDigitizedJson) {
        self.indigoTapsQuitCustodianDigitizedJson(NO, nil);
    }
}

- (void)didClickAd:(nonnull MAAd *)ad {
    [self vortexYearRecipientTailBorder: __PRETTY_FUNCTION__ error:nil];
}

- (void)didDisplayAd:(nonnull MAAd *)ad {
    [self vortexYearRecipientTailBorder: __PRETTY_FUNCTION__ error:nil];
}

- (void)didRewardUserForAd:(nonnull MAAd *)ad withReward:(nonnull MAReward *)reward {
    [self vortexYearRecipientTailBorder: __PRETTY_FUNCTION__ error:nil];
    
    if (self.headerWindows) {
        self.headerWindows(YES);
    }
    
    if (self.indigoTapsQuitCustodianDigitizedJson) {
        NSDictionary *notJson = [self authorDriveReachableStylisticAlert:ad];
        self.indigoTapsQuitCustodianDigitizedJson(YES, notJson);
    }
}


- (void)didCollapseAd:(nonnull MAAd *)ad {
    [self vortexYearRecipientTailBorder: __PRETTY_FUNCTION__ error:nil];
}

- (void)didExpandAd:(nonnull MAAd *)ad {
    [self vortexYearRecipientTailBorder: __PRETTY_FUNCTION__ error:nil];
}

@end
