/** * Splash screen orientation for iOS apple-touch-startup-image */ export enum SplashOrientation { PORTRAIT = 'portrait', LANDSCAPE = 'landscape' }