- //
- // RCCTitleView.h
- // ReactNativeNavigation
- //
- // Created by Ran Greenberg on 26/04/2017.
- // Copyright © 2017 artal. All rights reserved.
- //
-
- #import <UIKit/UIKit.h>
-
- @interface RCCCustomTitleView : UIView
-
- -(instancetype)initWithFrame:(CGRect)frame subView:(UIView*)subView alignment:(NSString*)alignment;
-
- @end
|