#import <UIKit/UIKit.h> @interface RNNCustomTitleView : UIView -(instancetype)initWithFrame:(CGRect)frame subView:(UIView*)subView alignment:(NSString*)alignment; @end