mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 11:41:05 +00:00
11 lines
169 B
Objective-C
11 lines
169 B
Objective-C
/* All Rights reserved */
|
|
|
|
#include <AppKit/AppKit.h>
|
|
|
|
#include <InterfaceBuilder/InterfaceBuilder.h>
|
|
|
|
@interface GormHelpInspector : IBInspector
|
|
{
|
|
id toolTip;
|
|
}
|
|
@end
|