schedule films now have their own unfinished controller

This commit is contained in:
Senad Uka
2014-09-03 07:34:09 +02:00
parent 61cfcc173c
commit 9b19f6fe3a
4 changed files with 146 additions and 2 deletions

View File

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