Files
old-festivalhelper/FestivalHelper/about/FESAboutViewController.h

22 lines
374 B
C
Raw Normal View History

//
// 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