react-native-navigation的迁移库

UIViewController+Utils.h 190B

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