~threeve/ubuntuone-ios-files/background-processing

« back to all changes in this revision

Viewing changes to Files/U1FileDetailsViewController.h

  • Committer: Jason Foreman
  • Date: 2011-12-09 19:39:09 UTC
  • mfrom: (27.1.9 trunk)
  • Revision ID: jason.foreman@canonical.com-20111209193909-1wao5zjy79uygpb5
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
@interface U1FileDetailsViewController : UIViewController <UITextFieldDelegate, UITableViewDataSource, UITableViewDelegate>
22
22
 
23
23
@property (nonatomic, retain, readonly) IBOutlet UIView *loadingContainerView;
 
24
@property (nonatomic, retain, readonly) IBOutlet UIView *fileAncillaryDetailsView;
24
25
@property (nonatomic, retain, readonly) IBOutlet UIImageView *iconImageView;
25
26
@property (nonatomic, retain, readonly) IBOutlet UILabel *nameLabel;
26
27
@property (nonatomic, retain, readonly) IBOutlet UIActivityIndicatorView *loadingActivityView;