#import @class BRYInspectableWebContentsViewPrivate; @interface BRYInspectableWebContentsView : NSView { @private BRYInspectableWebContentsViewPrivate *_private; } - (void)removeFromNotificationCenter; - (IBAction)showDevTools:(id)sender; @end