1 /* All Rights reserved */
2 
3 #include <AppKit/AppKit.h>
4 #include <InterfaceBuilder/IBInspector.h>
5 
6 @interface GormNSSplitViewInspector : IBInspector
7 {
8   id orientation;
9 }
10 @end
11