// // LoginSettingViewController.h // RA Image // // Created by Jack on 2017/4/27. // Copyright © 2017年 USAI. All rights reserved. // //#import "BasicViewController.h" #import "ActiveViewController.h" static NSString *kScanAddress = @"ScanAddress"; @interface ServerSettingViewController : ActiveViewController //@property (nonatomic,copy) void(^returnValue)(NSString * name, NSString* address); @property (nonatomic,weak) UIView *currentFirstResponder; @property (weak, nonatomic) IBOutlet UIButton *btnSetServer; @property (strong, nonatomic) IBOutlet UISwitch *autoSwitch; @property (strong, nonatomic) IBOutlet UITextField *retryCountBox; @property (strong, nonatomic) IBOutlet UITextField *retryTimeIntervalBox; @property (weak, nonatomic) IBOutlet UILabel *labelUpdate; @property (weak, nonatomic) IBOutlet UILabel *labelPriceGroup; @property (weak, nonatomic) IBOutlet UIButton *btnSetPriceGroup; @property (weak, nonatomic) IBOutlet UIButton *btnSync; @property (weak, nonatomic) IBOutlet UILabel *labelStock; @end