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

     1  //
     2  //  SettingsViewController.h
     3  //  photobackup
     4  //
     5  //  Created by Nick O'Neill on 12/16/13.
     6  //  Copyright (c) 2013 Nick O'Neill. All rights reserved.
     7  //
     8  
     9  #import <UIKit/UIKit.h>
    10  
    11  @class LAViewController;
    12  
    13  @interface SettingsViewController : UIViewController
    14  
    15  @property(weak) LAViewController* parent;
    16  @property IBOutlet UILabel* errors;
    17  @property IBOutlet UITextField* server;
    18  @property IBOutlet UITextField* username;
    19  @property IBOutlet UITextField* password;
    20  
    21  - (IBAction)validate;
    22  
    23  @end