react-native-navigation的迁移库

RNNReactRootViewCreator.h 297B

123456789101112131415
  1. //
  2. // RNNReactRootViewCreator.h
  3. // ReactNativeNavigation
  4. //
  5. // Created by Ran Greenberg on 08/02/2017.
  6. // Copyright © 2017 Wix. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "RNNRootViewCreator.h"
  10. @interface RNNReactRootViewCreator : NSObject <RNNRootViewCreator>
  11. @end