1 #import <Foundation/Foundation.h>
2 #import <EXSplashScreen/EXSplashScreenViewNativeProvider.h>
3 
4 NS_ASSUME_NONNULL_BEGIN
5 
6 /**
7  * Home SplashScreen view is just a plain .storyboard file with one moving element (spinner).
8  * This provides behaves exactly the same as a base class (provides a view from the native asset),
9  * but additionally starts the spinning animation.
10  */
11 @interface EXHomeAppSplashScreenViewProvider : EXSplashScreenViewNativeProvider
12 
13 @end
14 
15 NS_ASSUME_NONNULL_END
16