#import "RNNComponentView.h" @interface RNNReactTitleView : RNNComponentView - (void)setAlignment:(NSString *)alignment inFrame:(CGRect)frame; @property (nonatomic, copy) void (^rootViewDidChangeIntrinsicSize)(CGSize intrinsicSize); @end