xref: /expo/packages/expo-dev-launcher/ios/ReactNative/EXDevLauncherLoadingView.h (revision 3e9dddf9)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026