2013-03-14 13:03:50 +00:00
|
|
|
#import <AppKit/AppKit.h>
|
|
|
|
|
|
|
|
@class BRYInspectableWebContentsViewPrivate;
|
|
|
|
|
2013-12-12 09:26:04 +00:00
|
|
|
@interface BRYInspectableWebContentsView
|
|
|
|
: NSView<NSWindowDelegate, NSSplitViewDelegate> {
|
2013-03-14 13:03:50 +00:00
|
|
|
@private
|
|
|
|
BRYInspectableWebContentsViewPrivate *_private;
|
|
|
|
}
|
|
|
|
|
|
|
|
- (IBAction)showDevTools:(id)sender;
|
|
|
|
|
|
|
|
@end
|