venue in schedule now shows correctly

This commit is contained in:
Senad Uka
2014-09-04 08:28:15 +02:00
parent 10eb4e0f14
commit 0e1b3048ce
7 changed files with 164 additions and 26 deletions

View File

@@ -0,0 +1,18 @@
//
// FESScheduleFilmCell.h
// FestivalHelper
//
// Created by Hamo Hapic on 03/09/14.
// Copyright (c) 2014 Senad Uka. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FESScheduleFilmCell : UITableViewCell
@property (weak, nonatomic)IBOutlet UILabel *scheduleFilmTime;
@property (weak, nonatomic)IBOutlet UILabel *scheduleFilmTitle;
@property (weak, nonatomic)IBOutlet UILabel *scheduleFilmVenue;
@property (weak, nonatomic)IBOutlet UILabel *scheduleFilmDuration;
@end