apps-gorm/GormCore/GormHelpInspector.h

11 lines
169 B
Objective-C

/* All Rights reserved */
#include <AppKit/AppKit.h>
#include <InterfaceBuilder/InterfaceBuilder.h>
@interface GormHelpInspector : IBInspector
{
id toolTip;
}
@end