Skip to content

Instantly share code, notes, and snippets.

@moyashi
Created April 23, 2014 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moyashi/11207595 to your computer and use it in GitHub Desktop.
Save moyashi/11207595 to your computer and use it in GitHub Desktop.
RmoteInspector
iOS-Runtime-Headers-master $ grep -ir RemoteInspector *
Frameworks/UIKit.framework/_UIServiceWebViewController.h:- (void)_setupRemoteInspectorDetailsForRequestingProcess;
PrivateFrameworks/WebKit.framework/WebView.h:+ (void)_disableAutoStartRemoteInspector;
PrivateFrameworks/WebKit.framework/WebView.h:+ (void)_disableRemoteInspector;
PrivateFrameworks/WebKit.framework/WebView.h:+ (void)_enableRemoteInspector;
PrivateFrameworks/WebKit.framework/WebView.h:+ (BOOL)_hasRemoteInspectorSession;
PrivateFrameworks/WebKit.framework/WebView.h:+ (BOOL)_isRemoteInspectorEnabled;
PrivateFrameworks/WebKit.framework/WebView.h:- (id)remoteInspectorUserInfo;
PrivateFrameworks/WebKit.framework/WebView.h:- (void)setIndicatingForRemoteInspector:(BOOL)arg1;
PrivateFrameworks/WebKit.framework/WebView.h:- (void)setRemoteInspectorUserInfo:(id)arg1;
PrivateFrameworks/WebKit.framework/WebViewPrivate.h: NSDictionary *remoteInspectorUserInfo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment