







#import "ArtSortAtomFaxCell.h"
#define packets(did) __weak typeof(did) weak##did = did;
#define insideCap(did) __strong typeof(did) did = weak##did;

@interface ArtSortAtomFaxCell()



@property (nonatomic, strong) NSTimer *stone;

@property (nonatomic, assign) BOOL sideEndsReturn;

@end

@implementation ArtSortAtomFaxCell

- (instancetype)initWithFrame:(CGRect)frame
{
    self = [super initWithFrame:CGRectZero];
    if (self) {
        
        _dustHasSize = CGSizeMake(200, 40);
        _creamyPencil = 4;
        _model = nil;
        _channelCount = 3;
        _allDue = 0;
        _tapPipeRollEye = 0;
        _status = AuthorButterflyCancelGuestStakeMicro;
        _sideEndsReturn = NO;
        
    }
    return self;
}

- (void)addSearchingPlaceEncodedTheValue
{
    CGFloat catPower = [[self.layer presentationLayer] frame].origin.x;
    CGFloat alcoholWidth = self.frame.size.width;
    
    
    CGFloat speed = (self.superview.frame.size.width + alcoholWidth) / self.creamyPencil;
    
    
    CGFloat unorderedTime = alcoholWidth / speed;
    
    if (_tapPipeRollEye > 0) {
        self.status = EncryptedFormattedButWaitingParsecsRatio;
        if (-1< catPower < 1) {
            
            if (_sideEndsReturn) { return;}
            _sideEndsReturn = YES;
            [self pause];
            [self performSelector:@selector(resume) withObject:nil afterDelay:_tapPipeRollEye];
            [self performSelector:@selector(rowManStatus) withObject:nil afterDelay:_tapPipeRollEye - unorderedTime];
        }
    }
}
- (void)rowManStatus
{
    self.status = AddTapConstantsEncodeBiotinLigature;
}

- (void)accuracyNegativeNameWarningSubgroups:(void(^)(void))animations completion:(void(^)(BOOL))completion
{
    self.status = AddTapConstantsEncodeBiotinLigature;
    
    _stone = [NSTimer timerWithTimeInterval:0.01 target:self selector:@selector(addSearchingPlaceEncodedTheValue) userInfo:nil repeats:YES];
    [[NSRunLoop currentRunLoop] addTimer:_stone forMode:NSRunLoopCommonModes];
    
    
    packets(self);
    [UIView animateWithDuration:self.creamyPencil delay:0 options:(UIViewAnimationOptionCurveLinear | UIViewAnimationOptionAllowUserInteraction) animations:^{
        
        if (animations) {
            animations();
        }
        
    } completion:^(BOOL finished) {
        insideCap(self);
        self->_status = AddTapConstantsEncodeBiotinLigature;
        
        if (completion) {
            completion(finished);
        }
        
        if(self->_stone) {
            [self->_stone invalidate];
            self->_stone = nil;
        }
        
    }];
}

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

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


@end
