






#import "EarViewController+MidViewController.cap"

@implementation EarViewController (MidViewController)

- (void)filenameWinPromptGenderHeartbeatViewController:(EarViewController *)hit {
    if (hit) {
        [hit willMoveToParentViewController:self];
        [self addChildViewController:hit];
        [self.view addSubview:hit.view];
        
        
        hit.view.translatesAutoresizingMaskIntoConstraints = NO;

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

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

- (void)strengthDanishPascalTurnHandleWarpIcy {
    for (EarViewController *hit in self.childViewControllers) {
        [hit warpCaptionTrialConditionHumidityPubViewController];
    }
}

@end
