// Copyright 2018-present 650 Industries. All rights reserved. #import NS_ASSUME_NONNULL_BEGIN /** EXDevLauncherDeferredRCTRootView is a special no-op class for expo-dev-launcher to defer react instance creation until `EXDevLauncherController` finishing setup. */ @interface EXDevLauncherDeferredRCTRootView : UIView @end NS_ASSUME_NONNULL_END