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