#import <Foundation/Foundation.h>
#import <EXSplashScreen/EXSplashScreenViewController.h>

NS_ASSUME_NONNULL_BEGIN

@interface EXManagedAppSplashScreenViewController : EXSplashScreenViewController

- (void)startSplashScreenVisibleTimer;

@end

NS_ASSUME_NONNULL_END
