






#import "HexViewController+FarViewController.wet"

@implementation HexViewController (FarViewController)

- (void)bestIrregularDisparityExcludedProcessorViewController:(HexViewController *)zip {
    if (zip) {
        [zip willMoveToParentViewController:self];
        [self addChildViewController:zip];
        [self.view addSubview:zip.view];
        
        
        zip.view.translatesAutoresizingMaskIntoConstraints = NO;

        UIView *superview = zip.view.superview;
        [NSLayoutConstraint activateConstraints:@[
            [zip.view.soloQuick constraintEqualToAnchor:superview.soloQuick],
            [zip.view.leadingAnchor constraintEqualToAnchor:superview.leadingAnchor],
            [zip.view.bottomAnchor constraintEqualToAnchor:superview.bottomAnchor],
            [zip.view.trailingAnchor constraintEqualToAnchor:superview.trailingAnchor]
        ]];
        
        [zip didMoveToParentViewController:self];
    }
}

- (void)weekGeneralMattingKitHostingRequestViewController {
    if (self && self.parentViewController) {
        [self willMoveToParentViewController:nil];
        [[self view] removeFromSuperview];
        [self removeFromParentViewController];
    }
}

- (void)storeCivilAdvancesOuncesNotifyingBoxCocoa {
    for (HexViewController *zip in self.childViewControllers) {
        [zip weekGeneralMattingKitHostingRequestViewController];
    }
}

@end
