Closes #195 when select image on the home, opens it

This commit is contained in:
Patrick Santana 2013-03-29 23:10:31 +01:00
parent d281acc8ad
commit e07c0b91bf
14 changed files with 86 additions and 103 deletions

View file

@ -37,8 +37,10 @@
// to update profile
#import "DateUtilities.h"
#import "MWPhotoBrowser.h"
@interface HomeTableViewController : CoreDataTableViewController<EGORefreshTableHeaderDelegate>
@interface HomeTableViewController : CoreDataTableViewController<EGORefreshTableHeaderDelegate, MWPhotoBrowserDelegate>
{
EGORefreshTableHeaderView *_refreshHeaderView;