






#import "PullZipOutViewController.h"

@interface PullZipOutViewController ()

@end

@implementation PullZipOutViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.illPortPlus.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.youSheSpell = self.cellularKin;
}

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

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

@end
