venue in schedule now shows correctly
This commit is contained in:
18
FestivalHelper/schedule/FESScheduleFilmCell.h
Normal file
18
FestivalHelper/schedule/FESScheduleFilmCell.h
Normal 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
|
||||
Reference in New Issue
Block a user