apps-gorm/GormNSSplitViewInspector.h
Gregory John Casamento 9a2e726278 Implementation of new inspector for split views.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18076 72102866-910b-0410-8b05-ffd578937521
2003-11-11 22:25:13 +00:00

10 lines
174 B
Objective-C

/* All Rights reserved */
#include <AppKit/AppKit.h>
#include <InterfaceBuilder/IBInspector.h>
@interface GormNSSplitViewInspector : IBInspector
{
id orientation;
}
@end