apps-gorm/GormCore/GormNSSplitViewInspector.h

11 lines
180 B
Objective-C

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