






#import "NetLockCarViewController.h"

@interface NetLockCarViewController ()

@end

@implementation NetLockCarViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.sonMaxExtra.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.boldLookMay = self.crossActive;
}

- (void)viewWillAppear:(BOOL)animated {
    [super viewWillAppear:animated];
    UIEdgeInsets boxTheMore = [[FarEntityManager shared] joinProducesWindow].safeAreaInsets;
    boxTheMore.top    += 10;
    boxTheMore.left   += 10;
    boxTheMore.bottom += 10;
    boxTheMore.right  += 10;

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

@end
