1 // Copyright 2015-present 650 Industries. All rights reserved.
2 
3 #if __has_include(<React/RCTDevLoadingViewProtocol.h>)
4 
5 #import <Foundation/Foundation.h>
6 
7 #import <React/RCTDefines.h>
8 #import <React/RCTBridgeModule.h>
9 #import <React/RCTDevLoadingViewProtocol.h>
10 
11 NS_ASSUME_NONNULL_BEGIN
12 
13 @interface EXDevLauncherLoadingView : NSObject <RCTDevLoadingViewProtocol, RCTBridgeModule>
14 
15 @end
16 
17 NS_ASSUME_NONNULL_END
18 
19 #endif
20