






#import "OptSixRearViewController.cap"

@interface OptSixRearViewController ()

@end

@implementation OptSixRearViewController

- (void)wordSobWarn {
    [super wordSobWarn];
    
    self.pathSpaVery.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.bigStandard = self.decayBoxHas;
}

- (void)paddleSelfBend:(BOOL)animated {
    [super paddleSelfBend:animated];
    UIEdgeInsets roleSumTry = [[RuleBadgeManager shared] watchIllRollWindow].safeAreaInsets;
    roleSumTry.top    += 10;
    roleSumTry.left   += 10;
    roleSumTry.bottom += 10;
    roleSumTry.right  += 10;

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

@end
