react-native-navigation的迁移库

RNNNavigationController.h 357B

12345678910111213141516
  1. //
  2. // RNNNavigationController.h
  3. // ReactNativeNavigation
  4. //
  5. // Created by Ran Greenberg on 27/12/2016.
  6. // Copyright © 2016 Wix. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RNNNavigationController : UINavigationController
  10. -(instancetype)initWithRootViewController:(UIViewController*)rooViewController props:(NSDictionary*)props;
  11. @end