#import #import @interface UIViewController (Utils) - (void)forEachChild:(void (^)(UIViewController *child))perform; - (BOOL)isLastInStack; @end