12 #import <UIKit/UIKit.h>
17 @property (nonatomic, strong) NSString *message;
18 @property (nonatomic, strong) NSString *shortMessage;
19 @property (nonatomic, strong) UIImage *image;
20 @property (nonatomic, strong) NSString *imageUrl;
21 @property (nonatomic, strong) NSString *url;
22 @property (nonatomic, strong) NSString *appId;
24 - (id)initWithDictionary:(NSDictionary *)dictionary;