perkeep/clients/ios-objc/photobackup/UploadStatusCell.h

17 lines
295 B
C
Raw Normal View History

//
// 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