1 // 2 // EXManagedAppSplashScreenViewController.h 3 // Expo Go (unversioned) 4 // 5 // Created by andrew on 2021-06-07. 6 // Copyright © 2021 650 Industries. All rights reserved. 7 // 8 9 #import <Foundation/Foundation.h> 10 #import <EXSplashScreen/EXSplashScreenViewController.h> 11 12 NS_ASSUME_NONNULL_BEGIN 13 14 @interface EXManagedAppSplashScreenViewController : EXSplashScreenViewController 15 16 @end 17 18 NS_ASSUME_NONNULL_END 19