// // UploadStatusCell.h // photobackup // // Created by Nick O'Neill on 1/6/14. // Copyright (c) 2014 Nick O'Neill. All rights reserved. // #import @interface UploadStatusCell : UITableViewCell @property IBOutlet UILabel *status; @property IBOutlet UILabel *error; @end