1 // Copyright © 2018 650 Industries. All rights reserved.
2 
3 #import <Foundation/Foundation.h>
4 #import <EXSplashScreen/EXSplashScreenViewProvider.h>
5 
6 NS_ASSUME_NONNULL_BEGIN
7 
8 @interface EXSplashScreenViewNativeProvider : NSObject<EXSplashScreenViewProvider>
9 
10 @end
11 
12 NS_ASSUME_NONNULL_END
13