/* * Copyright (C) 2009 Stephen F. Booth * All Rights Reserved */ #import @interface SFBInspectorPaneBody : NSView { @private CGFloat _normalHeight; } @property (readonly, assign) CGFloat normalHeight; @end