react-native-navigation的迁移库

RNNReactTitleView.h 264B

12345678910
  1. #import "RNNComponentView.h"
  2. @interface RNNReactTitleView : RNNComponentView <RCTRootViewDelegate>
  3. - (void)setAlignment:(NSString *)alignment inFrame:(CGRect)frame;
  4. @property (nonatomic, copy) void (^rootViewDidChangeIntrinsicSize)(CGSize intrinsicSize);
  5. @end