venues now have correct information on them
This commit is contained in:
18
FestivalHelper/venues/FESVenueEntryCell.h
Normal file
18
FestivalHelper/venues/FESVenueEntryCell.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// FESVenueEntryCell.h
|
||||
// FestivalHelper
|
||||
//
|
||||
// Created by Hamo Hapic on 04/09/14.
|
||||
// Copyright (c) 2014 Senad Uka. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface FESVenueEntryCell : UITableViewCell
|
||||
|
||||
@property (weak, nonatomic)IBOutlet UILabel *venueName;
|
||||
@property (weak, nonatomic)IBOutlet UILabel *venueAddress;
|
||||
@property (weak, nonatomic)IBOutlet UILabel *venueCapacity;
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user