Code from previous app

This commit is contained in:
Patrick Santana 2013-03-04 14:39:10 +01:00
commit 7ed1201c89
276 changed files with 14582 additions and 6318 deletions

View file

@ -1,9 +1,9 @@
//
// HomeTableViewController.h
// Photo
// Trovebox
//
// Created by Patrick Santana on 22/06/12.
// Copyright 2012 Photo
// Copyright 2013 Trovebox
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@ -20,7 +20,7 @@
#import "EGORefreshTableHeaderView.h"
#import "Timeline+Photo.h"
#import "OpenPhotoServiceFactory.h"
#import "WebService.h"
#import "NewestPhotoCell.h"
#import "UploadCell.h"
@ -33,7 +33,8 @@
// image cache
#import <SDWebImage/UIImageView+WebCache.h>
#import "AuthenticationService.h"
// to update profile
#import "DateUtilities.h"
@interface HomeTableViewController : CoreDataTableViewController<EGORefreshTableHeaderDelegate>{