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