venues now have correct information on them
This commit is contained in:
15
FestivalHelper/venues/FESVenuesTableViewController.h
Normal file
15
FestivalHelper/venues/FESVenuesTableViewController.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// FESVenuesTableViewController.h
|
||||
// FestivalHelper
|
||||
//
|
||||
// Created by Hamo Hapic on 04/09/14.
|
||||
// Copyright (c) 2014 Senad Uka. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface FESVenuesTableViewController : UITableViewController
|
||||
|
||||
@property (strong)NSMutableArray *venuesArray;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user