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