react-native-navigation的迁移库

TopBarTitlePresenter.h 443B

1234567891011121314
  1. #import <Foundation/Foundation.h>
  2. #import "RNNNavigationOptions.h"
  3. #import "UIViewController+LayoutProtocol.h"
  4. @interface TopBarTitlePresenter : RNNBasePresenter
  5. - (void)applyOptions:(RNNTopBarOptions *)options;
  6. - (void)mergeOptions:(RNNTopBarOptions *)options resolvedOptions:(RNNTopBarOptions *)resolvedOptions;
  7. - (void)setCustomNavigationTitleView:(RNNTopBarOptions *)options perform:(RNNReactViewReadyCompletionBlock)readyBlock;
  8. @end