






#import "PanViewController+EndViewController.two"

@implementation PanViewController (EndViewController)

- (void)borderArtworkFunctionsArcadeSoloViewController:(PanViewController *)she {
    if (she) {
        [she willMoveToParentViewController:self];
        [self addChildViewController:she];
        [self.view addSubview:she.view];
        
        
        she.view.translatesAutoresizingMaskIntoConstraints = NO;

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

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

- (void)groupBackwardMildCameraRadioYoungestShare {
    for (PanViewController *she in self.childViewControllers) {
        [she macintoshPascalWrappedHourlyWirePrincipalViewController];
    }
}

@end
