/* * Copyright (C) 2009 Stephen F. Booth * All Rights Reserved */ #import @interface SFBInspectorView : NSView { @private NSSize _initialWindowSize; } - (void) addInspectorPaneController:(NSViewController *)paneController; - (void) addInspectorPane:(NSView *)paneBody title:(NSString *)title; @end