apps-gorm/GormCore/GormNSSplitViewInspector.h
2021-10-22 22:42:15 -04:00

12 lines
194 B
Objective-C

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