films tab has correct information on it
This commit is contained in:
19
FestivalHelper/films/FESFilmEntryCell.h
Normal file
19
FestivalHelper/films/FESFilmEntryCell.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// FESFilmEntryCell.h
|
||||
// FestivalHelper
|
||||
//
|
||||
// Created by Hamo Hapic on 06/09/14.
|
||||
// Copyright (c) 2014 Senad Uka. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface FESFilmEntryCell : UITableViewCell
|
||||
|
||||
@property (weak, nonatomic)IBOutlet UILabel *filmTitle;
|
||||
@property (weak, nonatomic)IBOutlet UILabel *filmYear;
|
||||
@property (weak, nonatomic)IBOutlet UILabel *filmDirectors;
|
||||
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user