Skip to content
Snippets Groups Projects
Commit 2daf2fc1 authored by cramakri's avatar cramakri
Browse files

Changed type of image to id so that BisKit works in iOS and MacOS

SVN: 27180
parent fbd1f4f2
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment