






#import "AgeAirFillViewController.h"

@interface AgeAirFillViewController ()

@end

@implementation AgeAirFillViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.sindhiInuit.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.didBlurDrop = self.undoItemSon;
}

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

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

@end
