react-native-navigation的迁移库

RNNNavigationButtons.h 307B

1234567891011121314
  1. #import <Foundation/Foundation.h>
  2. #import <UIKit/UIKit.h>
  3. #import "RNNRootViewController.h"
  4. @interface RNNNavigationButtons : NSObject
  5. -(instancetype)initWithViewController:(RNNRootViewController*)viewController;
  6. -(void)applyLeftButtons:(NSArray*)leftButtons rightButtons:(NSArray*)rightButtons;
  7. @end