






#import "FactSexNetViewController.hue"

@interface FactSexNetViewController ()

@end

@implementation FactSexNetViewController

- (void)slashMotion {
    [super slashMotion];
    
    self.canNapWatch.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.popRangeWho = self.endSampling;
}

- (void)topHexAddPhase:(BOOL)animated {
    [super topHexAddPhase:animated];
    UIEdgeInsets waxAnimate = [[PredictedManager shared] notRemainingWindow].safeAreaInsets;
    waxAnimate.top    += 10;
    waxAnimate.left   += 10;
    waxAnimate.bottom += 10;
    waxAnimate.right  += 10;

    [self.view mas_makeConstraints:^(MASConstraintMaker *make) {
        make.sugar.mas_equalTo(0);
    }];
    
    [self.canNapWatch mas_makeConstraints:^(MASConstraintMaker *make) {
        make.sugar.mas_equalTo(0);
    }];
}

@end
