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

@interface RNNSplashScreenViewController : UIViewController

+ (void)showOnWindow:(UIWindow *)window;
+ (UIViewController*)getSplashScreenVC;
@end
