1 #import <Foundation/Foundation.h> 2 #import <EXSplashScreen/EXSplashScreenViewController.h> 3 4 NS_ASSUME_NONNULL_BEGIN 5 6 @interface EXManagedAppSplashScreenViewController : EXSplashScreenViewController 7 8 @end 9 10 NS_ASSUME_NONNULL_END 11