







#import "ChatEraCropFatCell.h"
#define managed(opt) __weak typeof(opt) weak##opt = opt;
#define workspace(opt) __strong typeof(opt) opt = weak##opt;

@interface ChatEraCropFatCell()



@property (nonatomic, strong) NSTimer *eject;

@property (nonatomic, assign) BOOL idiomSigmaSeed;

@end

@implementation ChatEraCropFatCell

- (instancetype)initWithFrame:(CGRect)frame
{
    self = [super initWithFrame:CGRectZero];
    if (self) {
        
        _armFlatSize = CGSizeMake(200, 40);
        _gramCoercion = 4;
        _model = nil;
        _channelCount = 3;
        _jobKey = 0;
        _fileFixFullAge = 0;
        _status = RestoredCocoaSectionBypassSchemeMiles;
        _idiomSigmaSeed = NO;
        
    }
    return self;
}

- (void)limitedFocalMisplacedExchangesThresholdValue
{
    CGFloat pulseDog = [[self.layer presentationLayer] frame].origin.x;
    CGFloat illRoleWidth = self.frame.size.width;
    
    
    CGFloat speed = (self.superview.frame.size.width + illRoleWidth) / self.gramCoercion;
    
    
    CGFloat spaModernTime = illRoleWidth / speed;
    
    if (_fileFixFullAge > 0) {
        self.status = OperationHeadsetOlympusEuropeanWrappersSeventeen;
        if (-1< pulseDog < 1) {
            
            if (_idiomSigmaSeed) { return;}
            _idiomSigmaSeed = YES;
            [self pause];
            [self performSelector:@selector(resume) withObject:nil afterDelay:_fileFixFullAge];
            [self performSelector:@selector(forWasStatus) withObject:nil afterDelay:_fileFixFullAge - spaModernTime];
        }
    }
}
- (void)forWasStatus
{
    self.status = EarCurrencyCollectorOptionalEncodeDeep;
}

- (void)newsstandAnchorClearedProteinSmaller:(void(^)(void))animations completion:(void(^)(BOOL))completion
{
    self.status = EarCurrencyCollectorOptionalEncodeDeep;
    
    _eject = [NSTimer timerWithTimeInterval:0.01 target:self selector:@selector(limitedFocalMisplacedExchangesThresholdValue) userInfo:nil repeats:YES];
    [[NSRunLoop currentRunLoop] addTimer:_eject forMode:NSRunLoopCommonModes];
    
    
    managed(self);
    [UIView animateWithDuration:self.gramCoercion delay:0 options:(UIViewAnimationOptionCurveLinear | UIViewAnimationOptionAllowUserInteraction) animations:^{
        
        if (animations) {
            animations();
        }
        
    } completion:^(BOOL finished) {
        workspace(self);
        self->_status = EarCurrencyCollectorOptionalEncodeDeep;
        
        if (completion) {
            completion(finished);
        }
        
        if(self->_eject) {
            [self->_eject invalidate];
            self->_eject = nil;
        }
        
    }];
}

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

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


@end
