github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/clients/ios-objc/photobackup/UploadStatusCell.h (about)

     1  //
     2  //  UploadStatusCell.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 UploadStatusCell : UITableViewCell
    12  
    13  @property IBOutlet UILabel* status;
    14  @property IBOutlet UILabel* error;
    15  
    16  @end