12345678910111213141516171819 |
-
-
-
-
-
-
-
-
- #import <UIKit/UIKit.h>
- #import <React/RCTRootView.h>
- #import <React/RCTRootViewDelegate.h>
-
- @interface RCCCustomTitleView : UIView <RCTRootViewDelegate>
-
- - (instancetype)initWithFrame:(CGRect)frame subView:(RCTRootView*)subView alignment:(NSString*)alignment;
- - (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator;
-
- @end
|