1234567891011121314 |
- #import "RNNBasePresenter.h"
- #import "RNNNavigationButtons.h"
- #import "RNNReactComponentRegistry.h"
-
- @interface RNNViewControllerPresenter : RNNBasePresenter
-
- - (instancetype)initWithcomponentRegistry:(RNNReactComponentRegistry *)componentRegistry;
-
- - (void)renderComponents:(RNNNavigationOptions *)options perform:(RNNReactViewReadyCompletionBlock)readyBlock;
-
- @property (nonatomic, strong) RNNNavigationButtons* navigationButtons;
-
- @end
|