







#import "FaceClangInputCell.h"
#define nothing(ten) __weak typeof(ten) weak##ten = ten;
#define niacinSpa(ten) __strong typeof(ten) ten = weak##ten;

@interface FaceClangInputCell()



@property (nonatomic, strong) NSTimer *hello;

@property (nonatomic, assign) BOOL wetHintSkinMix;

@end

@implementation FaceClangInputCell

- (instancetype)initWithFrame:(CGRect)frame
{
    self = [super initWithFrame:CGRectZero];
    if (self) {
        
        _winRearSize = CGSizeMake(200, 40);
        _retTrackKeep = 4;
        _model = nil;
        _channelCount = 3;
        _itsCar = 0;
        _muteBodyManFun = 0;
        _status = IssuerAnalysisSockIndirectInverseMartial;
        _wetHintSkinMix = NO;
        
    }
    return self;
}

- (void)decideVisitMicroGoalForValue
{
    CGFloat thirdCup = [[self.layer presentationLayer] frame].origin.x;
    CGFloat radiansWidth = self.frame.size.width;
    
    
    CGFloat speed = (self.superview.frame.size.width + radiansWidth) / self.retTrackKeep;
    
    
    CGFloat adoptPinkTime = radiansWidth / speed;
    
    if (_muteBodyManFun > 0) {
        self.status = SilencePercentProfileGetOverallConductor;
        if (-1< thirdCup < 1) {
            
            if (_wetHintSkinMix) { return;}
            _wetHintSkinMix = YES;
            [self pause];
            [self performSelector:@selector(resume) withObject:nil afterDelay:_muteBodyManFun];
            [self performSelector:@selector(howBarStatus) withObject:nil afterDelay:_muteBodyManFun - adoptPinkTime];
        }
    }
}
- (void)howBarStatus
{
    self.status = DimensionVitalGesturesKannadaTertiarySemicolon;
}

- (void)disabledVariablesSwimmingImproperGravity:(void(^)(void))animations completion:(void(^)(BOOL))completion
{
    self.status = DimensionVitalGesturesKannadaTertiarySemicolon;
    
    _hello = [NSTimer timerWithTimeInterval:0.01 target:self selector:@selector(decideVisitMicroGoalForValue) userInfo:nil repeats:YES];
    [[NSRunLoop currentRunLoop] addTimer:_hello forMode:NSRunLoopCommonModes];
    
    
    nothing(self);
    [UIView animateWithDuration:self.retTrackKeep delay:0 options:(UIViewAnimationOptionCurveLinear | UIViewAnimationOptionAllowUserInteraction) animations:^{
        
        if (animations) {
            animations();
        }
        
    } completion:^(BOOL finished) {
        niacinSpa(self);
        self->_status = DimensionVitalGesturesKannadaTertiarySemicolon;
        
        if (completion) {
            completion(finished);
        }
        
        if(self->_hello) {
            [self->_hello invalidate];
            self->_hello = nil;
        }
        
    }];
}

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

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


@end
