// // RCCTitleView.h // ReactNativeNavigation // // Created by Ran Greenberg on 26/04/2017. // Copyright © 2017 artal. All rights reserved. // #import #import #import @interface RCCCustomTitleView : UIView - (instancetype)initWithFrame:(CGRect)frame subView:(RCTRootView*)subView alignment:(NSString*)alignment; - (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id)coordinator; @end