From 2daf2fc162fbb48106c7dff8589f73e4241afb84 Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Mon, 15 Oct 2012 12:49:01 +0000 Subject: [PATCH] Changed type of image to id so that BisKit works in iOS and MacOS SVN: 27180 --- openbis-ipad/BisKit/Classes/CISDOBIpadEntity.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbis-ipad/BisKit/Classes/CISDOBIpadEntity.h b/openbis-ipad/BisKit/Classes/CISDOBIpadEntity.h index f5cb776cc6a..32a362ba40a 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. -- GitLab