| | |
| | | #import "Constants.h" |
| | | #import "UIView+Toast.h" |
| | | #import "CBMoralManager.h" |
| | | #import "SearchDevicePage.h" |
| | | #import "BaseNaviController.h" |
| | | #import "HistoryRecordPage.h" |
| | | #import "NetworkSingleton.h" |
| | | #import "UploadModel.h" |
| | | #import "NetworkSingleton.h" |
| | | #import "SearchDevicePage.h" |
| | | |
| | | #import <BaiduMapAPI_Map/BMKMapComponent.h> |
| | | #import <BaiduMapAPI_Location/BMKLocationComponent.h> |
| | |
| | | -(void)connectAction |
| | | { |
| | | SearchDevicePage* page = [[SearchDevicePage alloc] initIsFirstPage:NO]; |
| | | |
| | | |
| | | BaseNaviController *baseNav = [[BaseNaviController alloc] initWithRootViewController:page]; |
| | | [self presentViewController:baseNav animated:YES completion:nil]; |
| | | } |