react-native-navigation的迁移库

UIViewController+Utils.h 164B

123456
  1. #import <Foundation/Foundation.h>
  2. #import <UIKit/UIKit.h>
  3. @interface UIViewController (Utils)
  4. - (void)forEachChild:(void (^)(UIViewController *child))perform;
  5. @end