about page now gets information from service

This commit is contained in:
Senad Uka
2014-09-07 07:18:07 +02:00
parent 90d0d8561b
commit 376072712a
15 changed files with 522 additions and 106 deletions

View File

@@ -0,0 +1,21 @@
//
// FESAboutViewController.h
// FestivalHelper
//
// Created by Hamo Hapic on 07/09/14.
// Copyright (c) 2014 Senad Uka. All rights reserved.
//
#import <UIKit/UIKit.h>
@class FESAboutEntry;
@interface FESAboutViewController : UIViewController
@property (strong)FESAboutEntry *aboutEntry;
@property (weak, nonatomic)IBOutlet UITextView *aboutDescription;
@end