123456789101112131415 |
- #import "RNNBasePresenter.h"
- #import "RNNRootViewCreator.h"
- #import "RNNReactComponentRegistry.h"
- #import "InteractivePopGestureDelegate.h"
-
- @interface RNNNavigationControllerPresenter : RNNBasePresenter
-
- @property (nonatomic, strong) InteractivePopGestureDelegate *interactivePopGestureDelegate;
-
- - (instancetype)initWithComponentRegistry:(RNNReactComponentRegistry *)componentRegistry;
-
- - (void)applyOptionsBeforePopping:(RNNNavigationOptions *)options;
-
- @end
|