// // RailSearchAddressVC.h // tongxin // // Created by WeiChaoZheng on 2018/11/10. // Copyright © 2018年 xTT. All rights reserved. // #import "baseTabViewController.h" #import #import typedef void(^SelectAddressCallBack)(NSString *searchResult, AMapGeoPoint *point); @interface RailSearchAddressVC : baseTabViewController @property (copy , nonatomic) SelectAddressCallBack selectAddressCallBack; @end