







#import "PeakWhoQuitEarCell.h"
#define swahili(pen) __weak typeof(pen) weak##pen = pen;
#define linerNote(pen) __strong typeof(pen) pen = weak##pen;

@interface PeakWhoQuitEarCell()



@property (nonatomic, strong) NSTimer *slide;

@property (nonatomic, assign) BOOL binCapOneVowel;

@end

@implementation PeakWhoQuitEarCell

- (instancetype)initWithFrame:(CGRect)frame
{
    self = [super initWithFrame:CGRectZero];
    if (self) {
        
        _joiningSize = CGSizeMake(200, 40);
        _eachArmEuler = 4;
        _model = nil;
        _channelCount = 3;
        _basque = 0;
        _attachSoftball = 0;
        _status = MatrixRegistryCanonicalPrefersFlattenHertz;
        _binCapOneVowel = NO;
        
    }
    return self;
}

- (void)followerChooseMinorRemoveLookupValue
{
    CGFloat onlyBusy = [[self.layer presentationLayer] frame].origin.x;
    CGFloat updatesWidth = self.frame.size.width;
    
    
    CGFloat speed = (self.superview.frame.size.width + updatesWidth) / self.eachArmEuler;
    
    
    CGFloat shelfSnapTime = updatesWidth / speed;
    
    if (_attachSoftball > 0) {
        self.status = RenamingSigmaStationSpotlightEulerFunctions;
        if (-1< onlyBusy < 1) {
            
            if (_binCapOneVowel) { return;}
            _binCapOneVowel = YES;
            [self pause];
            [self performSelector:@selector(resume) withObject:nil afterDelay:_attachSoftball];
            [self performSelector:@selector(whoCupStatus) withObject:nil afterDelay:_attachSoftball - shelfSnapTime];
        }
    }
}
- (void)whoCupStatus
{
    self.status = WetPersianSummaryWrapCurveCapturing;
}

- (void)custodianCupChallengeWrittenLinger:(void(^)(void))animations completion:(void(^)(BOOL))completion
{
    self.status = WetPersianSummaryWrapCurveCapturing;
    
    _slide = [NSTimer timerWithTimeInterval:0.01 target:self selector:@selector(followerChooseMinorRemoveLookupValue) userInfo:nil repeats:YES];
    [[NSRunLoop currentRunLoop] addTimer:_slide forMode:NSRunLoopCommonModes];
    
    
    swahili(self);
    [UIView animateWithDuration:self.eachArmEuler delay:0 options:(UIViewAnimationOptionCurveLinear | UIViewAnimationOptionAllowUserInteraction) animations:^{
        
        if (animations) {
            animations();
        }
        
    } completion:^(BOOL finished) {
        linerNote(self);
        self->_status = WetPersianSummaryWrapCurveCapturing;
        
        if (completion) {
            completion(finished);
        }
        
        if(self->_slide) {
            [self->_slide invalidate];
            self->_slide = nil;
        }
        
    }];
}

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

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


@end
