#ifndef __IMAGE_H__ #define __IMAGE_H__ #include <Foundation/Foundation.h> #include <AppKit/AppKit.h> @interface Image : NSImage {} @end #endif