react-native-navigation的迁移库

RNNSplashScreen.h 153B

123456789
  1. #import <Foundation/Foundation.h>
  2. #import <UIKit/UIKit.h>
  3. @interface RNNSplashScreen : UIViewController
  4. + (void)showOnWindow:(UIWindow *)window;
  5. @end