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

     1  //
     2  //  LAViewController.h
     3  //  photobackup
     4  //
     5  //  Created by Nick O'Neill on 10/20/13.
     6  //  Copyright (c) 2013 The Camlistore Authors. All rights reserved.
     7  //
     8  
     9  #import <UIKit/UIKit.h>
    10  #import "LACamliClient.h"
    11  
    12  @class ProgressViewController;
    13  
    14  @interface LAViewController : UIViewController <UITableViewDataSource,UITableViewDelegate,LACamliStatusDelegate>
    15  
    16  @property IBOutlet UITableView *table;
    17  @property NSMutableArray *operations;
    18  @property ProgressViewController *progress;
    19  
    20  - (void)dismissSettings;
    21  
    22  @end