1 #import <Foundation/Foundation.h>
2 #import <EXSplashScreen/EXSplashScreenViewController.h>
3 
4 NS_ASSUME_NONNULL_BEGIN
5 
6 @interface EXManagedAppSplashScreenViewController : EXSplashScreenViewController
7 
8 - (void)startSplashScreenVisibleTimer;
9 
10 @end
11 
12 NS_ASSUME_NONNULL_END
13