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