






#import "VisionPairViewController.h"

@interface VisionPairViewController ()

@end

@implementation VisionPairViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.sinSaltHead.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.oddPageItem = self.tailBarTint;
}

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

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

@end
