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