mirror of https://github.com/perkeep/perkeep.git
17 lines
295 B
C
17 lines
295 B
C
|
//
|
||
|
// UploadStatusCell.h
|
||
|
// photobackup
|
||
|
//
|
||
|
// Created by Nick O'Neill on 1/6/14.
|
||
|
// Copyright (c) 2014 Nick O'Neill. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface UploadStatusCell : UITableViewCell
|
||
|
|
||
|
@property IBOutlet UILabel *status;
|
||
|
@property IBOutlet UILabel *error;
|
||
|
|
||
|
@end
|