19fcddb20Sandy #import <Foundation/Foundation.h>
29fcddb20Sandy #import <EXSplashScreen/EXSplashScreenViewController.h>
39fcddb20Sandy 
49fcddb20Sandy NS_ASSUME_NONNULL_BEGIN
59fcddb20Sandy 
69fcddb20Sandy @interface EXManagedAppSplashScreenViewController : EXSplashScreenViewController
79fcddb20Sandy 
8*3c604617Sandy - (void)startSplashScreenVisibleTimer;
9*3c604617Sandy 
109fcddb20Sandy @end
119fcddb20Sandy 
129fcddb20Sandy NS_ASSUME_NONNULL_END
13