about page now gets information from service
This commit is contained in:
21
FestivalHelper/about/FESAboutViewController.h
Normal file
21
FestivalHelper/about/FESAboutViewController.h
Normal 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
|
||||
Reference in New Issue
Block a user