Created
October 12, 2012 22:11
-
-
Save deeGraYve/3881887 to your computer and use it in GitHub Desktop.
iOS remote web inspector
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef NDEBUG | |
@interface NSObject (Debugging) | |
- (void) _enableRemoteInspector; | |
@end | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment