// // DisconnectNetController.h // Ifish // // Created by imac on 16/1/8. // Copyright © 2016年 imac. All rights reserved. // #import #import "BaseVIewContorller.h" @interface DisconnectNetController : BaseVIewContorller - (IBAction)reconnectNetButton:(id)sender; @property (weak, nonatomic) IBOutlet UIImageView *netwifiImgView; @property (weak, nonatomic) IBOutlet UIButton *zaiciLianJieBtn; @end