apps-gorm/GormCore/GormNSSplitViewInspector.h

11 lines
174 B
C
Raw Normal View History

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