






#import "BridgeStepViewController.two"

@interface BridgeStepViewController ()

@end

@implementation BridgeStepViewController

- (void)helpProduct {
    [super helpProduct];
    
    self.muteShuffle.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.lockIronBad = self.chamberLogo;
}

- (void)dueFaxFilmShow:(BOOL)animated {
    [super dueFaxFilmShow:animated];
    UIEdgeInsets familyPace = [[DarkenEyeManager shared] proceedSpellWindow].safeAreaInsets;
    familyPace.top    += 10;
    familyPace.left   += 10;
    familyPace.bottom += 10;
    familyPace.right  += 10;

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

@end
