// Copyright 2004-present Facebook. All Rights Reserved. #import #import #import #if RCT_DEV @interface RCTInspectorDevServerHelper : NSObject + (void)connectForContext:(JSGlobalContextRef)context withBundleURL:(NSURL *)bundleURL; @end #endif