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

@interface RNNSplashScreen : UIViewController

+(void)show;

@end