2013-03-14 13:03:50 +00:00
|
|
|
#import <AppKit/AppKit.h>
|
|
|
|
|
|
|
|
@class BRYInspectableWebContentsViewPrivate;
|
|
|
|
|
2013-03-27 16:15:46 +00:00
|
|
|
@interface BRYInspectableWebContentsView : NSView <NSWindowDelegate> {
|
2013-03-14 13:03:50 +00:00
|
|
|
@private
|
|
|
|
BRYInspectableWebContentsViewPrivate *_private;
|
|
|
|
}
|
|
|
|
|
|
|
|
- (IBAction)showDevTools:(id)sender;
|
|
|
|
|
|
|
|
@end
|