#import #import "RNNRootViewProtocol.h" @interface RNNNavigationController : UINavigationController - (instancetype)initWithOptions:(RNNNavigationOptions *)options; @property (nonatomic, strong) NSString* componentId; @property (nonatomic, strong) RNNNavigationOptions* options; @end