







#import "HeaderConfig.h"
#import "NothingSeeManager.h"


static BOOL millItem = YES;
static BOOL _smoothLoading = YES;

@implementation HeaderConfig

- (void)hairBigCarModel:(EmptyMasterAddFactoriesSegmentModel *)model binWayAction:(UnifyMaxHitBlock)binWayAction{}
- (void)proceedStatus:(HurricaneUsesStatus)status{};
-(void)joinStepchildPullWireHexPrepare:(SKProduct *)products withError:(NSError*)error{}
-(void)funSphereBatteryClangExclusion:(EmptyMasterAddFactoriesSegmentModel*)model{};
-(void)halfNapOddMove:(EmptyMasterAddFactoriesSegmentModel*)model  withError:(NSError*)error{};
-(void)bevelBarCallResult:(NSArray*)productIdentifiers  withError:(NSError*)error{};
-(void)esperantoSexDogPreparingCapMutable:(EmptyMasterAddFactoriesSegmentModel*)model{};
-(void)germanAirlineHurricaneDuplexSubtitleObject:(EmptyMasterAddFactoriesSegmentModel*)model withError:(NSError *)error{};
-(void)launchingArmourSunInventoryProvinceRed:(EmptyMasterAddFactoriesSegmentModel*)model{};
-(void)elevationDetachViewBrokenStorylineAppear:(EmptyMasterAddFactoriesSegmentModel*)model withError:(NSError *)error{};
- (void)EarVisual:(NSString *)log{};

+(void)bikeEar:(NSString *)format, ... {

    if (millItem) {
        va_list paramList;
        va_start(paramList,format);
        NSString* log = [[NSString alloc]initWithFormat:format arguments:paramList];
        va_end(paramList);
        NSString *result = [@"[IAP]:" stringByAppendingString:log];
        if ([NothingSeeManager sharedManager].delegate && [[NothingSeeManager sharedManager].delegate respondsToSelector:@selector(EarVisual:)]) {
            [[NothingSeeManager sharedManager].delegate EarVisual:result];
        }
    }
    
}

+ (BOOL)napLocale{
    return millItem;
}
+ (void)setNapLocale:(BOOL)napLocale{
    millItem = napLocale;
}

+ (BOOL)smoothLoading{
    return _smoothLoading;
}

+ (void)setSmoothLoading:(BOOL)smoothLoading{
    _smoothLoading = smoothLoading;
}

@end
