






#import "SumViewController+SpaViewController.cap"

@implementation SumViewController (SpaViewController)

- (void)desiredBiometryHardSemicolonAtomicViewController:(SumViewController *)his {
    if (his) {
        [his willMoveToParentViewController:self];
        [self addChildViewController:his];
        [self.view addSubview:his.view];
        
        
        his.view.translatesAutoresizingMaskIntoConstraints = NO;

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

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

- (void)kilowattsDidSobPacketsPronounDisparityBinary {
    for (SumViewController *his in self.childViewControllers) {
        [his dueSumForbiddenFetchExposurePartViewController];
    }
}

@end
