// Copyright 2015-present 650 Industries. All rights reserved. #import #if __has_include() #import #elif __has_include() // for importing the header from framework, the dash will be transformed to underscore #import #endif @interface DevClientAppDelegate : RCTAppDelegate - (RCTBridge *)createBridgeAndSetAdapterWithLaunchOptions:(NSDictionary *_Nullable)launchOptions; @end