mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
12 lines
194 B
Objective-C
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
|