react-native-navigation的迁移库

RNNCustomTitleView.h 268B

1234567891011
  1. #import <UIKit/UIKit.h>
  2. #import <React/RCTRootView.h>
  3. #import <React/RCTRootViewDelegate.h>
  4. @interface RNNCustomTitleView : UIView <RCTRootViewDelegate>
  5. - (instancetype)initWithFrame:(CGRect)frame subView:(RCTRootView*)subView alignment:(NSString*)alignment;
  6. @end