diff --git a/openbis-ipad/BisKit/Classes/CISDOBIpadEntity.h b/openbis-ipad/BisKit/Classes/CISDOBIpadEntity.h
index f5cb776cc6aa1174699ba73b1b86cc6875f00ffe..32a362ba40a5cd900de7078cbac5ae53f3b1a918 100644
--- a/openbis-ipad/BisKit/Classes/CISDOBIpadEntity.h
+++ b/openbis-ipad/BisKit/Classes/CISDOBIpadEntity.h
@@ -45,8 +45,8 @@
 @property (nonatomic, retain) NSString * propertiesJson;
 @property (readonly)          NSArray * properties;
 
-///! The image contained at the imageUrl or nil if there is no image.
-@property (nonatomic, strong) UIImage * image;
+///! The image contained at the imageUrl or nil if there is no image. Could be a UIImage or CIImage depending on the platform.
+@property (nonatomic, strong) id image;
 
 // Actions
 //! Take the values from the raw entity.