From 2ed61cfb3ad3d404b9a44bbb3f4c8083b469ae22 Mon Sep 17 00:00:00 2001 From: randomguy3 Date: Fri, 6 Jan 2012 13:44:40 +0000 Subject: Move everything into trunk. Also add branches and tags directories. git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@348 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64 --- .../Versions/A/Headers/SFBInspectorView.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBInspectorView.h (limited to 'Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBInspectorView.h') diff --git a/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBInspectorView.h b/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBInspectorView.h new file mode 100644 index 0000000..e7f4b53 --- /dev/null +++ b/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBInspectorView.h @@ -0,0 +1,17 @@ +/* + * 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 -- cgit v1.2.3