summaryrefslogtreecommitdiff
path: root/tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBInspectorPaneBody.h
blob: 250f9e6ab0021ade8b3c7297c83489bce984550a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  Copyright (C) 2009 Stephen F. Booth <me@sbooth.org>
 *  All Rights Reserved
 */

#import <Cocoa/Cocoa.h>

@interface SFBInspectorPaneBody : NSView
{
@private
	CGFloat _normalHeight;
}

@property (readonly, assign) CGFloat normalHeight;

@end