







#import "AnyGolfNotHandCell.h"
#define hellman(hit) __weak typeof(hit) weak##hit = hit;
#define serverBin(hit) __strong typeof(hit) hit = weak##hit;

@interface AnyGolfNotHandCell()



@property (nonatomic, strong) NSTimer *stale;

@property (nonatomic, assign) BOOL leaveHertzPipe;

@end

@implementation AnyGolfNotHandCell

- (instancetype)initWithFrame:(CGRect)frame
{
    self = [super initWithFrame:CGRectZero];
    if (self) {
        
        _lastWonSize = CGSizeMake(200, 40);
        _eggAdoptLose = 4;
        _model = nil;
        _channelCount = 3;
        _sinEye = 0;
        _retHertzGetBut = 0;
        _status = PanFormatsBusyDigitCatDescend;
        _leaveHertzPipe = NO;
        
    }
    return self;
}

- (void)moderateBarRepliesExtrinsicSphericalValue
{
    CGFloat penStrip = [[self.layer presentationLayer] frame].origin.x;
    CGFloat bagNineWidth = self.frame.size.width;
    
    
    CGFloat speed = (self.superview.frame.size.width + bagNineWidth) / self.eggAdoptLose;
    
    
    CGFloat pairPolarTime = bagNineWidth / speed;
    
    if (_retHertzGetBut > 0) {
        self.status = PrepPromotionDogOvulationKeyCutter;
        if (-1< penStrip < 1) {
            
            if (_leaveHertzPipe) { return;}
            _leaveHertzPipe = YES;
            [self pause];
            [self performSelector:@selector(resume) withObject:nil afterDelay:_retHertzGetBut];
            [self performSelector:@selector(intentStatus) withObject:nil afterDelay:_retHertzGetBut - pairPolarTime];
        }
    }
}
- (void)intentStatus
{
    self.status = EndAmharicGreatWinEffectivePhotos;
}

- (void)transposeOverlayExtensionGlucoseToday:(void(^)(void))animations completion:(void(^)(BOOL))completion
{
    self.status = EndAmharicGreatWinEffectivePhotos;
    
    _stale = [NSTimer timerWithTimeInterval:0.01 target:self selector:@selector(moderateBarRepliesExtrinsicSphericalValue) userInfo:nil repeats:YES];
    [[NSRunLoop currentRunLoop] addTimer:_stale forMode:NSRunLoopCommonModes];
    
    
    hellman(self);
    [UIView animateWithDuration:self.eggAdoptLose delay:0 options:(UIViewAnimationOptionCurveLinear | UIViewAnimationOptionAllowUserInteraction) animations:^{
        
        if (animations) {
            animations();
        }
        
    } completion:^(BOOL finished) {
        serverBin(self);
        self->_status = EndAmharicGreatWinEffectivePhotos;
        
        if (completion) {
            completion(finished);
        }
        
        if(self->_stale) {
            [self->_stale invalidate];
            self->_stale = nil;
        }
        
    }];
}

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

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


@end
