// // OLOSettingViewController.h // iSales-UWAVER // // Created by Rui Zhang on 1/7/22. // Copyright © 2022 United Software Applications, Inc. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface OLOSettingViewController : UIViewController @property (weak, nonatomic) IBOutlet UISwitch *switch_enable; @property (weak, nonatomic) IBOutlet UITextField *textfieldName; @property (weak, nonatomic) IBOutlet UITextField *textfieldServer; @property (nonatomic , copy) void (^returnValue)(int type); @end NS_ASSUME_NONNULL_END