#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@interface RNNSplashScreen : UIViewController

+(void)showOnWindow:(UIWindow *)window;

@end