// // FESAboutEntry.h // FestivalHelper // // Created by Hamo Hapic on 06/09/14. // Copyright (c) 2014 Senad Uka. All rights reserved. // #import @interface FESAboutEntry : NSObject @property (assign) NSInteger aboutId; @property (strong) NSString *aboutFestivalName; @property (strong) NSString *aboutDescription; @property (strong) NSString *aboutAppRateUrl; -(id)initWithJSONData:(NSDictionary*)aboutData; @end