







#import "PubAnyPartDrumCell.h"
#define runVery(ten) __weak typeof(ten) weak##ten = ten;
#define pickEvent(ten) __strong typeof(ten) ten = weak##ten;

@interface PubAnyPartDrumCell()



@property (nonatomic, strong) NSTimer *segue;

@property (nonatomic, assign) BOOL sampleExported;

@end

@implementation PubAnyPartDrumCell

- (instancetype)initWithFrame:(CGRect)frame
{
    self = [super initWithFrame:CGRectZero];
    if (self) {
        
        _mapSkinSize = CGSizeMake(200, 40);
        _assetAirline = 4;
        _model = nil;
        _channelCount = 3;
        _obtain = 0;
        _pinchFairBrown = 0;
        _status = DecodingRepublicOurPivotIndexingSundanese;
        _sampleExported = NO;
        
    }
    return self;
}

- (void)debuggerDraftBasePrecisionVitalityValue
{
    CGFloat waxSlice = [[self.layer presentationLayer] frame].origin.x;
    CGFloat archeryWidth = self.frame.size.width;
    
    
    CGFloat speed = (self.superview.frame.size.width + archeryWidth) / self.assetAirline;
    
    
    CGFloat catSuddenTime = archeryWidth / speed;
    
    if (_pinchFairBrown > 0) {
        self.status = TryOffParentReclaimDissolveHue;
        if (-1< waxSlice < 1) {
            
            if (_sampleExported) { return;}
            _sampleExported = YES;
            [self pause];
            [self performSelector:@selector(resume) withObject:nil afterDelay:_pinchFairBrown];
            [self performSelector:@selector(bagJobStatus) withObject:nil afterDelay:_pinchFairBrown - catSuddenTime];
        }
    }
}
- (void)bagJobStatus
{
    self.status = OrdinalsDrivenOverflowEqualFeetSegmented;
}

- (void)routeApplierExtentNodeWill:(void(^)(void))animations completion:(void(^)(BOOL))completion
{
    self.status = OrdinalsDrivenOverflowEqualFeetSegmented;
    
    _segue = [NSTimer timerWithTimeInterval:0.01 target:self selector:@selector(debuggerDraftBasePrecisionVitalityValue) userInfo:nil repeats:YES];
    [[NSRunLoop currentRunLoop] addTimer:_segue forMode:NSRunLoopCommonModes];
    
    
    runVery(self);
    [UIView animateWithDuration:self.assetAirline delay:0 options:(UIViewAnimationOptionCurveLinear | UIViewAnimationOptionAllowUserInteraction) animations:^{
        
        if (animations) {
            animations();
        }
        
    } completion:^(BOOL finished) {
        pickEvent(self);
        self->_status = OrdinalsDrivenOverflowEqualFeetSegmented;
        
        if (completion) {
            completion(finished);
        }
        
        if(self->_segue) {
            [self->_segue invalidate];
            self->_segue = nil;
        }
        
    }];
}

- (void)pause
{
    
    CFTimeInterval glyphTime = [self.layer convertTime:CACurrentMediaTime() fromLayer:nil];
    
    
    self.layer.timeOffset = glyphTime;
    
    
    self.layer.speed = 0;
}

- (void)resume
{
    
    CFTimeInterval glyphTime = self.layer.timeOffset;
    
    CFTimeInterval loveWalkPortal = CACurrentMediaTime() - glyphTime;
    
    self.layer.timeOffset = 0;
    
    self.layer.beginTime = loveWalkPortal;
    
    self.layer.speed = 1;
}


@end
