// // SecondConnectWifiController.h // Ifish // // Created by imac on 16/2/24. // Copyright © 2016年 imac. All rights reserved. // #import "BaseVIewContorller.h" #import "LXWaveProgressView.h" @interface SecondConnectWifiController : BaseVIewContorller @property (weak, nonatomic) IBOutlet UIImageView *wifigifImgView; @property (weak, nonatomic) IBOutlet UILabel *wifiNamelabel; @property (weak, nonatomic) IBOutlet UITextField *wifiTextFiled; - (IBAction)makeSureButton:(id)sender; @property(nonatomic,strong)NSString*ssid; @property(nonatomic,strong)NSString*bssid; @property(nonatomic,strong)NSString*deviceBssid; @property (weak, nonatomic) IBOutlet UIButton *shareButton; @property (weak, nonatomic) IBOutlet LXWaveProgressView *waveProgressView; @property (weak, nonatomic) IBOutlet UIButton *shuoMingShuBtn; @property (weak, nonatomic) IBOutlet UIImageView *nodImg; @end