schedule films now have their own unfinished controller
This commit is contained in:
16
FestivalHelper/schedule/FESScheduleFilmsViewController.h
Normal file
16
FestivalHelper/schedule/FESScheduleFilmsViewController.h
Normal 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
|
||||
Reference in New Issue
Block a user