16 lines
298 B
Objective-C
16 lines
298 B
Objective-C
//
|
|
// 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
|