xref: /expo/ios/Exponent/Kernel/Views/Loading/EXManagedAppSplashScreenConfigurationBuilder.h (revision 040cc41c)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #import <Foundation/Foundation.h>
2 #import "EXManagedAppSplashScreenConfiguration.h"
3 #import <EXManifests/EXManifestsManifest.h>
4 
5 NS_ASSUME_NONNULL_BEGIN
6 
7 /**
8  * Parses manifest and builds SplashScreenConfiguration.
9  */
10 @interface EXManagedAppSplashScreenConfigurationBuilder : NSObject
11 
12 + (EXManagedAppSplashScreenConfiguration *)parseManifest:(EXManifestsManifest *)manifest;
13 
14 @end
15 
16 NS_ASSUME_NONNULL_END
17 

served by {OpenGrok

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