about page now gets information from service
This commit is contained in:
20
FestivalHelper/about/FESAboutEntry.h
Normal file
20
FestivalHelper/about/FESAboutEntry.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// FESAboutEntry.h
|
||||
// FestivalHelper
|
||||
//
|
||||
// Created by Hamo Hapic on 06/09/14.
|
||||
// Copyright (c) 2014 Senad Uka. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface FESAboutEntry : NSObject
|
||||
|
||||
@property (assign) NSInteger aboutId;
|
||||
@property (strong) NSString *aboutFestivalName;
|
||||
@property (strong) NSString *aboutDescription;
|
||||
@property (strong) NSString *aboutAppRateUrl;
|
||||
|
||||
-(id)initWithJSONData:(NSDictionary*)aboutData;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user