






#import "VoiceDeltaViewController.h"

@interface VoiceDeltaViewController ()

@end

@implementation VoiceDeltaViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.theFaxPause.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.polarSonYet = self.burmeseFive;
}

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

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

@end
