github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/clients/ios-objc/photobackup/UploadTaskCell.h (about)

     1  //
     2  //  UploadTaskCell.h
     3  //  photobackup
     4  //
     5  //  Created by Nick O'Neill on 1/6/14.
     6  //  Copyright (c) 2014 Nick O'Neill. All rights reserved.
     7  //
     8  
     9  #import <UIKit/UIKit.h>
    10  
    11  @interface UploadTaskCell : UITableViewCell
    12  
    13  @property IBOutlet UILabel *displayText;
    14  @property IBOutlet UIImageView *preview;
    15  @property IBOutlet UIProgressView *progress;
    16  
    17  @end