home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------------------------------
- //
- // ImageSubInspector
- //
- // Inherits From: DefaultSubInspector
- //
- // Declared In: ImageSubInspector.h
- //
- // Class Description
- //
- // ImageSubInspector manages 'sub' inspection of eps and tiff files.
- //
- // Disclaimer
- //
- // You may freely copy, distribute and reuse this software and its
- // associated documentation. I disclaim any warranty of any kind,
- // expressed or implied, as to its fitness for any particular use.
- //
- //----------------------------------------------------------------------------------------------------
- #import "DefaultSubInspector.h"
-
-
- @interface ImageSubInspector : DefaultSubInspector
- {
- id imageView;
- id imageHeight;
- id imageWidth;
- }
-
-
- @end