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

served by {OpenGrok

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