- //
- // RNNReactRootViewCreator.h
- // ReactNativeNavigation
- //
- // Created by Ran Greenberg on 08/02/2017.
- // Copyright © 2017 Wix. All rights reserved.
- //
-
- #import <Foundation/Foundation.h>
- #import "RNNRootViewCreator.h"
-
- @interface RNNReactRootViewCreator : NSObject <RNNRootViewCreator>
-
- @end
|