films tab has correct information on it

This commit is contained in:
Senad Uka
2014-09-06 13:42:39 +02:00
parent 7bea7f47fc
commit 90d0d8561b
12 changed files with 455 additions and 27 deletions

View File

@@ -0,0 +1,15 @@
//
// FESFilmsTableViewController.h
// FestivalHelper
//
// Created by Hamo Hapic on 06/09/14.
// Copyright (c) 2014 Senad Uka. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FESFilmsTableViewController : UITableViewController
@property (strong)NSMutableArray *filmsArray;
@end