2003-11-11 22:25:13 +00:00
|
|
|
/* All Rights reserved */
|
|
|
|
|
|
|
|
#include <AppKit/AppKit.h>
|
2019-11-03 01:57:39 +00:00
|
|
|
|
|
|
|
#include <InterfaceBuilder/InterfaceBuilder.h>
|
2003-11-11 22:25:13 +00:00
|
|
|
|
|
|
|
@interface GormNSSplitViewInspector : IBInspector
|
|
|
|
{
|
|
|
|
id orientation;
|
|
|
|
}
|
|
|
|
@end
|