/** * SplashScreen * 启动屏 * from:http://www.devio.org * Author:CrazyCodeBoy * GitHub:https://github.com/crazycodeboy * Email:crazycodeboy@gmail.com */ #import #import @interface RNSplashScreen : NSObject + (void)showSplashInRootView:(UIView*)rootView; + (void)show; + (void)hide; @end