xref: /expo/ios/Exponent/Kernel/AppLoader/EXAbstractLoader+Updates.h (revision bb5069cd)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2015-present 650 Industries. All rights reserved.
2 
3 #import "EXAbstractLoader.h"
4 
5 #import <EXUpdates/EXUpdatesAppLauncher.h>
6 #import <EXUpdates/EXUpdatesConfig.h>
7 #import <EXUpdates/EXUpdatesSelectionPolicy.h>
8 
9 NS_ASSUME_NONNULL_BEGIN
10 
11 /**
12  * Private header that should only be used by EXUpdatesManager kernel service
13  */
14 
15 @interface EXAbstractLoader ()
16 
17 @property (nonatomic, readonly, nullable) EXUpdatesConfig *config;
18 @property (nonatomic, readonly, nullable) EXUpdatesSelectionPolicy *selectionPolicy;
19 @property (nonatomic, readonly, nullable) id<EXUpdatesAppLauncher> appLauncher;
20 @property (nonatomic, readonly, assign) BOOL isEmergencyLaunch;
21 
22 @end
23 
24 NS_ASSUME_NONNULL_END
25 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025