first screen (schedule) now has the right information
This commit is contained in:
17
FestivalHelper/schedule/FESScheduleEntryCell.h
Normal file
17
FestivalHelper/schedule/FESScheduleEntryCell.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// FESScheduleEntryCell.h
|
||||
// FestivalHelper
|
||||
//
|
||||
// Created by Hamo Hapic on 02/09/14.
|
||||
// Copyright (c) 2014 Senad Uka. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface FESScheduleEntryCell : UITableViewCell
|
||||
|
||||
@property (weak, nonatomic)IBOutlet UILabel *scheduleDayOfWeek;
|
||||
@property (weak, nonatomic)IBOutlet UILabel *scheduleDate;
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user