SearchPOIListViewController.h 524 Bytes
//
//  SearchPOIListViewController.h
//  IM_ios_client
//
//  Created by zsq on 2018/9/6.
//  Copyright © 2018年 xiniu. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <MAMapKit/MAMapKit.h>
#import <MAMapKit/MAMapView.h>
#import <AMapSearchKit/AMapSearchKit.h>
#import <AMapFoundationKit/AMapFoundationKit.h>

@interface SearchPOIListViewController : xn_base_BaseViewController<UITextFieldDelegate,UITableViewDelegate,UITableViewDataSource>

@property (nonatomic, strong) AMapAddressComponent *cityAddress;

@end